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