prithivMLmods commited on
Commit
e3b530c
·
verified ·
1 Parent(s): eeaa91e

Update app.py

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