Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,6 @@ with gr.Blocks(css=custom_css) as demo:
|
|
75 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
76 |
with gr.Row():
|
77 |
submit_button = gr.Button("upload")
|
78 |
-
submit_button.click(process_file, inputs=file_input, outputs=
|
79 |
|
80 |
demo.launch()
|
|
|
75 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
76 |
with gr.Row():
|
77 |
submit_button = gr.Button("upload")
|
78 |
+
submit_button.click(process_file, inputs=file_input, outputs=text_output)
|
79 |
|
80 |
demo.launch()
|