prithivMLmods commited on
Commit
b15bad5
·
verified ·
1 Parent(s): 1f88a22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -248,6 +248,8 @@ css = """
248
  .gradio-container {
249
  width: 1200px !important;
250
  }
 
 
251
  """
252
 
253
  title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
 
248
  .gradio-container {
249
  width: 1200px !important;
250
  }
251
+ h1 { text-align: center; }
252
+ footer { visibility: hidden; }
253
  """
254
 
255
  title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>