Spaces:
Runtime error
Runtime error
remove Gradio_UI
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import pytz
|
|
| 5 |
import yaml
|
| 6 |
from langchain_community.document_loaders import ArxivLoader
|
| 7 |
|
| 8 |
-
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
|
@@ -98,4 +98,4 @@ agent = CodeAgent(
|
|
| 98 |
)
|
| 99 |
|
| 100 |
|
| 101 |
-
GradioUI(agent).launch()
|
|
|
|
| 5 |
import yaml
|
| 6 |
from langchain_community.document_loaders import ArxivLoader
|
| 7 |
|
| 8 |
+
# from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
|
|
|
| 98 |
)
|
| 99 |
|
| 100 |
|
| 101 |
+
# GradioUI(agent).launch()
|