MrAli813 commited on
Commit
6f74a68
1 Parent(s): 30af5b2

Update app.py

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