jancijen commited on
Commit
415b2d5
·
verified ·
1 Parent(s): 6308dfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ image_generation_tool = Tool.from_space(
56
  name="image_generator",
57
  description="Generate an image from a prompt"
58
  )
59
-
60
- stabilityai/stable-diffusion-xl-base-1.0
61
 
62
  with open("prompts.yaml", 'r') as stream:
63
  prompt_templates = yaml.safe_load(stream)
 
56
  name="image_generator",
57
  description="Generate an image from a prompt"
58
  )
59
+ # stabilityai/stable-diffusion-xl-base-1.0
 
60
 
61
  with open("prompts.yaml", 'r') as stream:
62
  prompt_templates = yaml.safe_load(stream)