prithivMLmods commited on
Commit
b9adf52
·
verified ·
1 Parent(s): 41f04a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -240,15 +240,9 @@ h1 {
240
  text-align: center;
241
  display: block;
242
  }
243
- .submit-btn {
244
- background-color: #4682B4 !important;
245
- color: white !important;
246
- }
247
- .submit-btn:hover {
248
- background-color: #87CEFA !important;
249
  """
250
 
251
- title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
252
 
253
  with gr.Blocks(css=css) as demo:
254
  with gr.Column():
 
240
  text-align: center;
241
  display: block;
242
  }
 
 
 
 
 
 
243
  """
244
 
245
+ title = """<h1>Image Outpaint Expand 🪃</h1>"""
246
 
247
  with gr.Blocks(css=css) as demo:
248
  with gr.Column():