multimodalart HF staff commited on
Commit
787396a
β€’
1 Parent(s): c4c6676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,6 +12,7 @@ from diffusers import (
12
  EulerDiscreteScheduler # <-- Added import
13
  )
14
  from share_btn import community_icon_html, loading_icon_html, share_js
 
15
 
16
  BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
17
 
@@ -90,7 +91,7 @@ def inference(
90
 
91
  return out, gr.update(visible=True)
92
 
93
- with gr.Blocks() as app:
94
  gr.Markdown(
95
  '''
96
  <center><h1>Illusion Diffusion πŸŒ€</h1></span>
 
12
  EulerDiscreteScheduler # <-- Added import
13
  )
14
  from share_btn import community_icon_html, loading_icon_html, share_js
15
+ from illusion_style import css
16
 
17
  BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
18
 
 
91
 
92
  return out, gr.update(visible=True)
93
 
94
+ with gr.Blocks(css=css) as app:
95
  gr.Markdown(
96
  '''
97
  <center><h1>Illusion Diffusion πŸŒ€</h1></span>