Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
text_button = gr.Button("Predict")
|
75 |
with gr.Tab("Extract infomation from resume"):
|
76 |
# with gr.Row():
|
77 |
-
file_input = gr.
|
78 |
image_output = gr.Image(type="numpy", label="Image of the first page")
|
79 |
image_button = gr.Button("Predict")
|
80 |
|
|
|
74 |
text_button = gr.Button("Predict")
|
75 |
with gr.Tab("Extract infomation from resume"):
|
76 |
# with gr.Row():
|
77 |
+
file_input = gr.File(label="Upload pdf", file_types=[".pdf"])
|
78 |
image_output = gr.Image(type="numpy", label="Image of the first page")
|
79 |
image_button = gr.Button("Predict")
|
80 |
|