vladd19 commited on
Commit
859ece5
·
verified ·
1 Parent(s): c01ae35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("huggingface-projects/flux-schnell-tool", trust_remote_code=True)
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("m-ric/text-to-image", trust_remote_code=True)
94
 
95
  final_answer = FinalAnswerTool()
96