Jonny001 commited on
Commit
a8f0952
·
verified ·
1 Parent(s): 43cb6ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def update_history(new_image, history):
188
  history.insert(0, new_image)
189
  return history
190
 
191
- title = """<h1 align="center">Images Expander</h1>
192
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
193
  <div align="center">⚠ Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding.</div>
194
  """
 
188
  history.insert(0, new_image)
189
  return history
190
 
191
+ title = """<h1 align="center">Images Extender AI</h1>
192
  <div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
193
  <div align="center">⚠ Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding.</div>
194
  """