Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 90 |
except Exception as e:
|
| 91 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 92 |
|
| 93 |
-
image_generation_tool = load_tool("
|
| 94 |
|
| 95 |
final_answer = FinalAnswerTool()
|
| 96 |
|
|
|
|
| 90 |
except Exception as e:
|
| 91 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 92 |
|
| 93 |
+
image_generation_tool = load_tool("huggingface-projects/flux-schnell-tool", trust_remote_code=True)
|
| 94 |
|
| 95 |
final_answer = FinalAnswerTool()
|
| 96 |
|