Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ image_generation_tool = Tool.from_space(
|
|
68 |
#"KingNish/Realtime-FLUX",
|
69 |
"black-forest-labs/FLUX.1-schnell",
|
70 |
num_inference_steps=4,
|
71 |
-
api_name="/infer"
|
72 |
name="image_generator",
|
73 |
description="Generate an image from a prompt"
|
74 |
)
|
|
|
68 |
#"KingNish/Realtime-FLUX",
|
69 |
"black-forest-labs/FLUX.1-schnell",
|
70 |
num_inference_steps=4,
|
71 |
+
api_name="/infer",
|
72 |
name="image_generator",
|
73 |
description="Generate an image from a prompt"
|
74 |
)
|