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 |
|
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="Reverie",
|
47 |
description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
|
|
|
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="Reverie",
|
47 |
description="Bring Your Imagination Into Existence On The Digital Canvas With Reverie, Powered With Stable Diffusion",
|