MrAli813 commited on
Commit
afc5ea9
1 Parent(s): 35fcfc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ A2 = gr.load(
38
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
39
 
40
  A3 = gr.load(
41
- "huggingface/runwayml/stable-diffusion-v1-5",
42
  inputs=[gr.Textbox(label="Enter Your Description")],
43
  outputs=[gr.Image(label="Image")],
44
  title="Sailcloth",
 
38
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
39
 
40
  A3 = gr.load(
41
+ "huggingface/stabilityai/stable-diffusion-xl-base-1.0",
42
  inputs=[gr.Textbox(label="Enter Your Description")],
43
  outputs=[gr.Image(label="Image")],
44
  title="Sailcloth",