Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -253,15 +253,8 @@ css = """
|
|
253 |
}
|
254 |
"""
|
255 |
|
256 |
-
title = """<h1 align="center">
|
257 |
-
|
258 |
-
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
259 |
-
<p style="display: flex;gap: 6px;">
|
260 |
-
<a href="https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint?duplicate=true">
|
261 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
|
262 |
-
</a> to skip the queue and enjoy faster inference on the GPU of your choice
|
263 |
-
</p>
|
264 |
-
</div>
|
265 |
"""
|
266 |
|
267 |
with gr.Blocks(css=css) as demo:
|
|
|
253 |
}
|
254 |
"""
|
255 |
|
256 |
+
title = """<h1 align="center">Image Resizer</h1>
|
257 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
"""
|
259 |
|
260 |
with gr.Blocks(css=css) as demo:
|