Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,11 +37,11 @@ def generate_image(prompt):
|
|
| 37 |
|
| 38 |
# Gradio Interface
|
| 39 |
description = """
|
| 40 |
-
This demo utilizes the
|
| 41 |
"""
|
| 42 |
|
| 43 |
with gr.Blocks(css="style.css") as demo:
|
| 44 |
-
gr.HTML("<h1><center>Text-to-Image with SDXS ⚡</center></h1>")
|
| 45 |
gr.Markdown(description)
|
| 46 |
with gr.Group():
|
| 47 |
with gr.Row():
|
|
|
|
| 37 |
|
| 38 |
# Gradio Interface
|
| 39 |
description = """
|
| 40 |
+
This demo utilizes the SDXS model
|
| 41 |
"""
|
| 42 |
|
| 43 |
with gr.Blocks(css="style.css") as demo:
|
| 44 |
+
gr.HTML("<h1><center>Text-to-Image with SDXS (sdxs-512-0.9) ⚡</center></h1>")
|
| 45 |
gr.Markdown(description)
|
| 46 |
with gr.Group():
|
| 47 |
with gr.Row():
|