Nymbo commited on
Commit
cc64820
·
verified ·
1 Parent(s): a3523de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.""")