Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ A2 = gr.load(
|
|
38 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
39 |
|
40 |
A3 = gr.load(
|
41 |
-
"huggingface/
|
42 |
inputs=[gr.Textbox(label="Enter Your Description")],
|
43 |
outputs=[gr.Image(label="Image")],
|
44 |
title="Sailcloth",
|
|
|
38 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
|
39 |
|
40 |
A3 = gr.load(
|
41 |
+
"huggingface/stabilityai/stable-diffusion-xl-base-1.0",
|
42 |
inputs=[gr.Textbox(label="Enter Your Description")],
|
43 |
outputs=[gr.Image(label="Image")],
|
44 |
title="Sailcloth",
|