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

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("black-forest-labs/FLUX.1-schnell", 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("huggingface-projects/flux-schnell-tool", trust_remote_code=True)
94
 
95
  final_answer = FinalAnswerTool()
96