Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,12 @@ examples = [
|
|
39 |
"Alien holding board with word flash on it",
|
40 |
]
|
41 |
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
with gr.Row():
|
45 |
|
46 |
prompt = gr.Text(
|
|
|
39 |
"Alien holding board with word flash on it",
|
40 |
]
|
41 |
|
42 |
+
with gr.Blocks() as demo:
|
43 |
+
with gr.Column():
|
44 |
+
gr.Markdown("""# SDXL Flash
|
45 |
+
### Super fast text to Image Generator.
|
46 |
+
### <span style='color: red;'>You may change the steps from 5 to 8 or 10, if you didn't get satisfied results.
|
47 |
+
### First Image processing takes time then images generate faster.""")
|
48 |
with gr.Row():
|
49 |
|
50 |
prompt = gr.Text(
|