Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def cloud():
|
|
92 |
# Initialize
|
93 |
with gr.Blocks(css=css) as main:
|
94 |
with gr.Column():
|
95 |
-
gr.Markdown("🪄 Generate high quality images on all styles.")
|
96 |
|
97 |
with gr.Column():
|
98 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|
|
|
92 |
# Initialize
|
93 |
with gr.Blocks(css=css) as main:
|
94 |
with gr.Column():
|
95 |
+
gr.Markdown("🪄 Generate high quality images on all styles between 10 to 20 seconds.")
|
96 |
|
97 |
with gr.Column():
|
98 |
input = gr.Textbox(lines=1, value=DEFAULT_INPUT, label="Input")
|