Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ gpt2 = gr.load(
|
|
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=[
|
|
|
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=[
|