Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
text_button = gr.Button("Predict")
|
70 |
with gr.Tab("Extract infomation from resume"):
|
71 |
with gr.Row():
|
72 |
-
image_input = gr.
|
73 |
image_output = gr.Image()
|
74 |
image_button = gr.Button("Predict")
|
75 |
|
|
|
69 |
text_button = gr.Button("Predict")
|
70 |
with gr.Tab("Extract infomation from resume"):
|
71 |
with gr.Row():
|
72 |
+
image_input = gr.Image()
|
73 |
image_output = gr.Image()
|
74 |
image_button = gr.Button("Predict")
|
75 |
|