Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,13 +8,6 @@ from tools.final_answer import FinalAnswerTool
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
|
11 |
-
@tool
|
12 |
-
"""def get_geolocation(city:str)-> str:
|
13 |
-
"""A tool that fetches the geo location of the city (e.g., "latitude":40.71427,"longitude":-74.00597)
|
14 |
-
Args:
|
15 |
-
city: A string representing a valid city (e.g., New York)
|
16 |
-
"""
|
17 |
-
Try:"""
|
18 |
|
19 |
@tool
|
20 |
def model_download_tool(task: str) -> str:
|
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
@tool
|
13 |
def model_download_tool(task: str) -> str:
|