Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,4 +96,8 @@ agent = CodeAgent(
|
|
| 96 |
# of the orb with a concentrated gaze. The unicorn is in a clearing in the forest on a moonlit night.'''
|
| 97 |
#)
|
| 98 |
|
| 99 |
-
GradioUI(agent).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
# of the orb with a concentrated gaze. The unicorn is in a clearing in the forest on a moonlit night.'''
|
| 97 |
#)
|
| 98 |
|
| 99 |
+
#GradioUI(agent).launch()
|
| 100 |
+
|
| 101 |
+
if __name__ == "__main__":
|
| 102 |
+
from Gradio_UI import demo # Import Gradio app
|
| 103 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|