Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from smolagents import CodeAgent,HfApiModel DuckDuckGoSearchTool, tool
|
3 |
from smolagents.agents import ActionStep
|
4 |
from time import sleep
|
5 |
import helium
|
|
|
1 |
import gradio as gr
|
2 |
+
from smolagents import CodeAgent,HfApiModel, DuckDuckGoSearchTool, tool
|
3 |
from smolagents.agents import ActionStep
|
4 |
from time import sleep
|
5 |
import helium
|