Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,5 +58,5 @@ else:
|
|
58 |
)
|
59 |
|
60 |
# Launch the UI earlier or without passing through the Agent
|
61 |
-
GradioUI(agent).launch()
|
62 |
|
|
|
58 |
)
|
59 |
|
60 |
# Launch the UI earlier or without passing through the Agent
|
61 |
+
GradioUI(agent).launch(debug=True, share=True, ssr=False)
|
62 |
|