Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
| 11 |
|
| 12 |
DESCRIPTIONx = """
|
| 13 |
|
| 14 |
-
## TEXT-2-IMG SDXL
|
| 15 |
|
| 16 |
"""
|
| 17 |
|
|
@@ -161,7 +161,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
| 161 |
placeholder="Enter your prompt",
|
| 162 |
container=False,
|
| 163 |
)
|
| 164 |
-
run_button = gr.Button("Run
|
| 165 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
| 166 |
|
| 167 |
with gr.Row():
|
|
|
|
| 11 |
|
| 12 |
DESCRIPTIONx = """
|
| 13 |
|
| 14 |
+
## TEXT-2-IMG SDXL
|
| 15 |
|
| 16 |
"""
|
| 17 |
|
|
|
|
| 161 |
placeholder="Enter your prompt",
|
| 162 |
container=False,
|
| 163 |
)
|
| 164 |
+
run_button = gr.Button("Run⚡", scale=0)
|
| 165 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
| 166 |
|
| 167 |
with gr.Row():
|