knight7561 commited on
Commit
412c2ff
·
verified ·
1 Parent(s): 4acd39d

remove Gradio_UI

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()