Spaces:
Build error
Build error
Commit
·
68053c7
1
Parent(s):
f703797
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,4 +78,5 @@ with gr.Blocks() as demo:
|
|
| 78 |
analyze_btn.click(fn=read_csv, inputs=file_name, outputs=output, api_name="read_csv")
|
| 79 |
|
| 80 |
if __name__ == "__main__":
|
| 81 |
-
demo.launch(show_api=False, debug=True)
|
|
|
|
|
|
| 78 |
analyze_btn.click(fn=read_csv, inputs=file_name, outputs=output, api_name="read_csv")
|
| 79 |
|
| 80 |
if __name__ == "__main__":
|
| 81 |
+
#demo.launch(show_api=False, debug=True)
|
| 82 |
+
demo.launch(debug=True, share=True)
|