MrAli813 commited on
Commit
6a787c0
1 Parent(s): 440d95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ A3 = gr.load(
98
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
99
 
100
  A4 = gr.load(
101
- "models/stabilityai/stable-cascade",
102
  inputs=[gr.Textbox(label="Enter Your Image Description")],
103
  outputs=[gr.Image(label="Image")],
104
  title=" ",
 
98
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
99
 
100
  A4 = gr.load(
101
+ "models/stabilityai/stable-diffusion-xl-base-1.0",
102
  inputs=[gr.Textbox(label="Enter Your Image Description")],
103
  outputs=[gr.Image(label="Image")],
104
  title=" ",