Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ def cloud():
|
|
| 129 |
# Initialize
|
| 130 |
with gr.Blocks(css=css) as main:
|
| 131 |
with gr.Column():
|
| 132 |
-
gr.Markdown("🪄 Generate high quality images
|
| 133 |
|
| 134 |
with gr.Column():
|
| 135 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
|
|
|
| 129 |
# Initialize
|
| 130 |
with gr.Blocks(css=css) as main:
|
| 131 |
with gr.Column():
|
| 132 |
+
gr.Markdown("🪄 Generate high quality images in all styles.")
|
| 133 |
|
| 134 |
with gr.Column():
|
| 135 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|