openfree commited on
Commit
b9c528f
·
verified ·
1 Parent(s): 72660bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -252,15 +252,7 @@ css = """
252
  """
253
 
254
  # Define the title HTML string
255
- title = """<h1 align="center">Diffusers Image Outpaint</h1>
256
- <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
257
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
258
- <p style="display: flex;gap: 6px;">
259
- <a href="https://github.com/huggingface/diffusers">
260
- Built with Diffusers
261
- </a>
262
- </p>
263
- </div>
264
  """
265
 
266
  with gr.Blocks(css=css) as demo:
 
252
  """
253
 
254
  # Define the title HTML string
255
+ title = """<h1 align="center">Re-Size Image Outpaint</h1>
 
 
 
 
 
 
 
 
256
  """
257
 
258
  with gr.Blocks(css=css) as demo: