Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import spaces
|
|
9 |
import torch
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
-
DESCRIPTIONx = """## REALVISXL V5
|
13 |
|
14 |
"""
|
15 |
|
@@ -113,7 +113,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
113 |
placeholder="Enter your prompt",
|
114 |
container=False,
|
115 |
)
|
116 |
-
run_button = gr.Button("Run⚡", scale=0)
|
117 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
118 |
|
119 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
|
|
9 |
import torch
|
10 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
11 |
|
12 |
+
DESCRIPTIONx = """## REALVISXL V5 🦉
|
13 |
|
14 |
"""
|
15 |
|
|
|
113 |
placeholder="Enter your prompt",
|
114 |
container=False,
|
115 |
)
|
116 |
+
run_button = gr.Button("Run ⚡", scale=0)
|
117 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
118 |
|
119 |
with gr.Accordion("Advanced options", open=False, visible=True):
|