Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ footer {
|
|
103 |
visibility: hidden
|
104 |
}
|
105 |
'''
|
106 |
-
with gr.Blocks(css=css) 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.""")
|
|
|
103 |
visibility: hidden
|
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.""")
|