Spaces:
Runtime error
Runtime error
Scott Cogan
commited on
Commit
·
de8d919
1
Parent(s):
60359a8
fix: Add share=True parameter to GradioUI launch call
Browse files
app.py
CHANGED
|
@@ -267,4 +267,4 @@ agent = CustomCodeAgent(
|
|
| 267 |
)
|
| 268 |
|
| 269 |
# Configure Gradio UI with sharing enabled
|
| 270 |
-
GradioUI(agent).launch() #
|
|
|
|
| 267 |
)
|
| 268 |
|
| 269 |
# Configure Gradio UI with sharing enabled
|
| 270 |
+
GradioUI(agent).launch(share=True) # Add share=True parameter
|