Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,4 +77,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
77 |
submit_button = gr.Button("upload")
|
78 |
submit_button.click(process_file, inputs=file_input, outputs=[textoutput,text_output])
|
79 |
|
80 |
-
demo.launch()
|
|
|
77 |
submit_button = gr.Button("upload")
|
78 |
submit_button.click(process_file, inputs=file_input, outputs=[textoutput,text_output])
|
79 |
|
80 |
+
demo.launch()
|