Spaces:
Runtime error
Runtime error
Scott Cogan
commited on
Commit
·
943c318
1
Parent(s):
de8d919
fix: Remove share=True parameter from GradioUI launch as it's not supported on Hugging Face Spaces
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() # Remove share=True parameter
|