openfree commited on
Commit
e2fa285
·
verified ·
1 Parent(s): 8f40a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ css = """
255
  title = """<h1 align="center">Re-Size Image Outpaint</h1>
256
  """
257
 
258
- with gr.Blocks(css=css) as demo:
259
  with gr.Column():
260
  gr.HTML(title)
261
 
 
255
  title = """<h1 align="center">Re-Size Image Outpaint</h1>
256
  """
257
 
258
+ with gr.Blocks(theme="soft", css=css) as demo:
259
  with gr.Column():
260
  gr.HTML(title)
261