Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,7 @@ A2 = gr.load(
|
|
41 |
|
42 |
A3 = gr.load(
|
43 |
"huggingface/stabilityai/stable-diffusion-xl-base-1.0",
|
44 |
-
inputs=[gr.Textbox(label="Enter Your Image Description"),
|
45 |
-
gr.Slider(label="Guidance Scale", minimum=1, maximum=20, value=7, info="Controls how much the text prompt influences the result"),],
|
46 |
outputs=[gr.Image(label="Image")],
|
47 |
title="Sailcloth",
|
48 |
description="Bring Your Imagination Into Existence On The Digital Canvas",
|
|
|
41 |
|
42 |
A3 = gr.load(
|
43 |
"huggingface/stabilityai/stable-diffusion-xl-base-1.0",
|
44 |
+
inputs=[gr.Textbox(label="Enter Your Image Description"),],
|
|
|
45 |
outputs=[gr.Image(label="Image")],
|
46 |
title="Sailcloth",
|
47 |
description="Bring Your Imagination Into Existence On The Digital Canvas",
|