Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ with gr.Blocks(title="Easel x GifSwap", css=custom_css) as demo:
|
|
| 199 |
gr.HTML(
|
| 200 |
"""
|
| 201 |
<div class="centered-title">
|
| 202 |
-
<h1>Easel x
|
| 203 |
<p>Upload a GIF and a face image to swap faces in the GIF.</p>
|
| 204 |
</div>
|
| 205 |
"""
|
|
|
|
| 199 |
gr.HTML(
|
| 200 |
"""
|
| 201 |
<div class="centered-title">
|
| 202 |
+
<h1>Easel x GifSwap</h1>
|
| 203 |
<p>Upload a GIF and a face image to swap faces in the GIF.</p>
|
| 204 |
</div>
|
| 205 |
"""
|