Nymbo commited on
Commit
1364e95
·
verified ·
1 Parent(s): d2c1e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ title = """<h1 align="center">Diffusers Image Outpaint</h1>
241
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
242
  """
243
 
244
- with gr.Blocks(css=css) as demo:
245
  with gr.Column():
246
 
247
  gr.HTML(title)
 
241
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
242
  """
243
 
244
+ with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
245
  with gr.Column():
246
 
247
  gr.HTML(title)