21spl commited on
Commit
57f7bfe
·
verified ·
1 Parent(s): d88a433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from typing import Dict, Union
7
 
8
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
9
  from tools.final_answer import FinalAnswerTool
10
- from Gradio_UI import GradioUI
11
 
12
  import time
13
 
 
7
 
8
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
9
  from tools.final_answer import FinalAnswerTool
10
+
11
 
12
  import time
13