Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,10 @@ custom_role_conversions=None,
|
|
53 |
comics_generation_tool = Tool.from_space(
|
54 |
#"jbilcke-hf/ai-comic-factory",
|
55 |
"black-forest-labs/FLUX.1-schnell",
|
56 |
-
name="comics_generator",
|
57 |
-
description="Create your own AI comic with a single prompt"
|
|
|
|
|
58 |
)
|
59 |
|
60 |
with open("prompts.yaml", 'r') as stream:
|
|
|
53 |
comics_generation_tool = Tool.from_space(
|
54 |
#"jbilcke-hf/ai-comic-factory",
|
55 |
"black-forest-labs/FLUX.1-schnell",
|
56 |
+
#name="comics_generator",
|
57 |
+
#description="Create your own AI comic with a single prompt"
|
58 |
+
name="image_generator",
|
59 |
+
description="Generate an image from a prompt"
|
60 |
)
|
61 |
|
62 |
with open("prompts.yaml", 'r') as stream:
|