Spaces:
Running
on
Zero
Running
on
Zero
fix a typo on dupliacte button target link
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ title = """<h1 align="center">Diffusers Image Outpaint</h1>
|
|
253 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
254 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
255 |
<p style="display: flex;gap: 6px;">
|
256 |
-
<a href="https://huggingface.co/spaces/fffiloni/diffusers-image-
|
257 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
|
258 |
</a> to skip the queue and enjoy faster inference on the GPU of your choice
|
259 |
</p>
|
|
|
253 |
<div align="center">Drop an image you would like to extend, pick your expected ratio and hit Generate.</div>
|
254 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
255 |
<p style="display: flex;gap: 6px;">
|
256 |
+
<a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint?duplicate=true">
|
257 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
|
258 |
</a> to skip the queue and enjoy faster inference on the GPU of your choice
|
259 |
</p>
|