Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,5 +58,5 @@ with gr.Blocks(theme="ParityError/Interstellar", title="Applio") as Applio:
|
|
| 58 |
report_tab()
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
-
Applio.launch(show_error
|
| 62 |
# share=True
|
|
|
|
| 58 |
report_tab()
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
+
Applio.launch(show_error=True)
|
| 62 |
# share=True
|