informsapta commited on
Commit
8188d75
·
verified ·
1 Parent(s): c2bb90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -14,9 +14,10 @@ model = HfApiModel(
14
  )
15
 
16
  comics_generation_tool = Tool.from_space(
17
- "black-forest-labs/FLUX.1-schnell",
18
- name="image_generator",
19
- description="Generate an image from a prompt"
 
20
  )
21
 
22
  with open("prompts.yaml", 'r') as stream:
 
14
  )
15
 
16
  comics_generation_tool = Tool.from_space(
17
+ "jbilcke-hf/ai-comic-factory",
18
+ #"black-forest-labs/FLUX.1-schnell",
19
+ name="ai_comics_generator",
20
+ description="Generate comics from a prompt"
21
  )
22
 
23
  with open("prompts.yaml", 'r') as stream: