Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
|
8 |
-
da Gradio_UI importa GradioUI
|
9 |
|
10 |
# Di seguito un esempio di uno strumento che non fa nulla. Stupiscici con la tua creatività!
|
11 |
@attrezzo
|
|
|
1 |
+
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
2 |
+
import datetime
|
3 |
+
import requests
|
4 |
+
import pytz
|
5 |
+
import yaml
|
6 |
+
from tools.final_answer import FinalAnswerTool
|
7 |
+
from Gradio_UI import GradioUI
|
8 |
|
|
|
9 |
|
10 |
# Di seguito un esempio di uno strumento che non fa nulla. Stupiscici con la tua creatività!
|
11 |
@attrezzo
|