Spaces:
Runtime error
Runtime error
Commit
·
14f9d29
1
Parent(s):
5fb1a7a
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ def upload():
|
|
25 |
return file_upload(workspace_name, document_name, document_file)
|
26 |
|
27 |
app = gr.Interface(upload, inputs=[workspace_input, document_name_input, document_file_input], outputs="text")
|
28 |
-
app.launch()
|
|
|
25 |
return file_upload(workspace_name, document_name, document_file)
|
26 |
|
27 |
app = gr.Interface(upload, inputs=[workspace_input, document_name_input, document_file_input], outputs="text")
|
28 |
+
app.launch(debug = False)
|