Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
"
|
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=" ",
|