miittnnss commited on
Commit
cd127bf
β€’
1 Parent(s): 856d702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ gpt2 = gr.load(
12
  )
13
 
14
  sd = gr.load(
15
- "models/stabilityai/stable-diffusion-2-1",
16
  title="Generate Images with Stable Diffusion",
17
  description="Generate images using Stable Diffusion 2.1 πŸ€–πŸŽ¨",
18
  examples=[
 
12
  )
13
 
14
  sd = gr.load(
15
+ "models/stabilityai/stable-diffusion-2",
16
  title="Generate Images with Stable Diffusion",
17
  description="Generate images using Stable Diffusion 2.1 πŸ€–πŸŽ¨",
18
  examples=[