Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ with demo:
|
|
312 |
submit_button = gr.Button("Submit")
|
313 |
text = gr.Textbox(label="Extracted Text")
|
314 |
|
315 |
-
submit_button.click(process_input, inputs=[input_type, user_input, file_upload], outputs=
|
316 |
|
317 |
gr.Markdown(
|
318 |
"""
|
|
|
312 |
submit_button = gr.Button("Submit")
|
313 |
text = gr.Textbox(label="Extracted Text")
|
314 |
|
315 |
+
submit_button.click(process_input, inputs=[input_type, user_input, file_upload], outputs=text)
|
316 |
|
317 |
gr.Markdown(
|
318 |
"""
|