verbose error reporting
Browse files
app.py
CHANGED
|
@@ -63,4 +63,4 @@ with gr.Blocks() as adain_demo:
|
|
| 63 |
api_name="adain_process" # This creates the API endpoint
|
| 64 |
)
|
| 65 |
|
| 66 |
-
adain_demo.launch()
|
|
|
|
| 63 |
api_name="adain_process" # This creates the API endpoint
|
| 64 |
)
|
| 65 |
|
| 66 |
+
adain_demo.launch(show_error=True)
|