Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,8 @@ def generate_image(prompt, ckpt):
|
|
73 |
|
74 |
# Gradio Interface
|
75 |
description = """
|
76 |
-
🌌
|
|
|
77 |
"""
|
78 |
|
79 |
with gr.Blocks(css="style.css") as demo:
|
|
|
73 |
|
74 |
# Gradio Interface
|
75 |
description = """
|
76 |
+
🌌 Welcome to the Starfleet Command's Advanced Image Generation Console. Utilizing the cutting-edge SDXL-Lightning model, this terminal allows Starfleet officers and Federation citizens alike to materialize visual representations from textual descriptions at various warp speeds.
|
77 |
+
🖖 Boldly go where no one has gone before - create images as vast as the universe with your imagination.
|
78 |
"""
|
79 |
|
80 |
with gr.Blocks(css="style.css") as demo:
|