Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,6 @@ from tools.final_answer import FinalAnswerTool
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
-
@tool
|
| 11 |
-
def my_custom_tool(arg1:str, arg2:int)->str:
|
| 12 |
-
return
|
| 13 |
-
|
| 14 |
@tool
|
| 15 |
def get_current_time_in_timezone(timezone:str)->str:
|
| 16 |
try:
|
|
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
@tool
|
| 11 |
def get_current_time_in_timezone(timezone:str)->str:
|
| 12 |
try:
|