Spaces:
Sleeping
Sleeping
File size: 215 Bytes
e8d77c0 |
1 2 3 4 5 6 7 8 |
from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
import datetime
import requests
import pytz
import yaml
from tools.final_answer import FinalAnswerTool
from Gradio_UI import GradioUI |