prithivMLmods commited on
Commit
816c0bc
·
verified ·
1 Parent(s): 553ef36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ h1 {
250
 
251
  title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
252
 
253
- with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
254
  with gr.Column():
255
  gr.HTML(title)
256
 
 
250
 
251
  title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
252
 
253
+ with gr.Blocks(css=css) as demo:
254
  with gr.Column():
255
  gr.HTML(title)
256