Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install 'smolagents[openai]'")
|
3 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool, OpenAIServerModel
|
4 |
-
import datetime
|
5 |
import requests
|
6 |
-
import pytz
|
7 |
import yaml
|
8 |
from tools.final_answer import FinalAnswerTool
|
9 |
from Gradio_UI import GradioUI
|
|
|
1 |
import os
|
2 |
+
os.system("pip install 'smolagents[openai]'")
|
3 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool, OpenAIServerModel
|
|
|
4 |
import requests
|
|
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
from Gradio_UI import GradioUI
|