Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
"""
|