Spaces:
Running
Running
crcdng
commited on
Commit
·
cfd90de
1
Parent(s):
fcadcee
try trigger reload
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
22 |
except Exception as e:
|
23 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
24 |
|
25 |
-
|
26 |
final_answer = FinalAnswerTool()
|
27 |
|
28 |
model = HfApiModel(
|
|
|
22 |
except Exception as e:
|
23 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
24 |
|
|
|
25 |
final_answer = FinalAnswerTool()
|
26 |
|
27 |
model = HfApiModel(
|