Spaces:
Sleeping
Sleeping
show error change
Browse files
app.py
CHANGED
|
@@ -81,4 +81,4 @@ with gr.Blocks() as app:
|
|
| 81 |
|
| 82 |
predict_btn.click(fn=predict_from_csv, inputs=file_input, outputs=file_output)
|
| 83 |
|
| 84 |
-
app.launch(share=True)
|
|
|
|
| 81 |
|
| 82 |
predict_btn.click(fn=predict_from_csv, inputs=file_input, outputs=file_output)
|
| 83 |
|
| 84 |
+
app.launch(share=True, show_api=True, show_error=True)
|