JrettB commited on
Commit
357a614
·
verified ·
1 Parent(s): 5a6c023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
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: