Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -115,4 +115,4 @@ with gr.Blocks() as demo:
|
|
115 |
# ---------------------------------------------------------------------
|
116 |
# Launch App
|
117 |
# ---------------------------------------------------------------------
|
118 |
-
demo.launch(share=True)
|
|
|
115 |
# ---------------------------------------------------------------------
|
116 |
# Launch App
|
117 |
# ---------------------------------------------------------------------
|
118 |
+
demo.launch(debug=True, share=True)
|