AlStable commited on
Commit
f549be9
1 Parent(s): a9effc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def selectModel(message, models):
25
  sandbox = gr.Interface.load(
26
  fn= selectModel,
27
  title="AlStable sandbox text to img",
 
28
  inputs = ["text", gr.Dropdown(models)],
29
  outputs = "image",
30
  description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",
 
25
  sandbox = gr.Interface.load(
26
  fn= selectModel,
27
  title="AlStable sandbox text to img",
28
+ name = "models/dreamlike-art/dreamlike-diffusion-1.0",
29
  inputs = ["text", gr.Dropdown(models)],
30
  outputs = "image",
31
  description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2-1">AlStable</a> Stable Diffusion model.""",