AMfeta99 commited on
Commit
8e33a6a
·
verified ·
1 Parent(s): cbc8cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ class TextToImageTool(Tool):
127
  return image
128
  '''
129
  image_generation_tool = Tool.from_space(
130
- "black-forest-labs/FLUX.1-schnell",
131
  api_name="/infer", # Optional if there's only one endpoint
132
  name="image_generator",
133
  description="Generate an image from a prompt"
 
127
  return image
128
  '''
129
  image_generation_tool = Tool.from_space(
130
+ "KingNish/Realtime-FLUX",
131
  api_name="/infer", # Optional if there's only one endpoint
132
  name="image_generator",
133
  description="Generate an image from a prompt"