Spaces:
Paused
Paused
removing directions
Browse files
app.py
CHANGED
@@ -104,9 +104,7 @@ footer {
|
|
104 |
}
|
105 |
'''
|
106 |
with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
|
107 |
-
gr.Markdown("""# SDXL Flash
|
108 |
-
### <span style='color: red;'>You may change the steps from 5 to 8, if you didn't get satisfied results.
|
109 |
-
### First Image processing takes time then images generate faster.""")
|
110 |
with gr.Group():
|
111 |
with gr.Row():
|
112 |
prompt = gr.Text(
|
|
|
104 |
}
|
105 |
'''
|
106 |
with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as demo:
|
107 |
+
gr.Markdown("""# SDXL Flash""")
|
|
|
|
|
108 |
with gr.Group():
|
109 |
with gr.Row():
|
110 |
prompt = gr.Text(
|