Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,6 +158,4 @@ agent = CodeAgent(
|
|
| 158 |
# UI
|
| 159 |
# ==========================================================
|
| 160 |
|
| 161 |
-
GradioUI(agent).launch(
|
| 162 |
-
share=True
|
| 163 |
-
)
|
|
|
|
| 158 |
# UI
|
| 159 |
# ==========================================================
|
| 160 |
|
| 161 |
+
GradioUI(agent).launch()
|
|
|
|
|
|