Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,9 +55,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 55 |
HandRefiner
|
| 56 |
</h2>
|
| 57 |
<p style="text-align: center;">
|
| 58 |
-
Refining Malformed Hands in Generated Images by Diffusion-based Conditional Inpainting
|
|
|
|
| 59 |
</p>
|
| 60 |
-
p style="margin:12px auto;display: flex;justify-content: center;">
|
| 61 |
<a href="https://huggingface.co/spaces/fffiloni/HandRefiner?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" alt="Duplicate this Space"></a>
|
| 62 |
</p>
|
| 63 |
""")
|
|
|
|
| 55 |
HandRefiner
|
| 56 |
</h2>
|
| 57 |
<p style="text-align: center;">
|
| 58 |
+
Refining Malformed Hands in Generated Images by Diffusion-based Conditional Inpainting <br />
|
| 59 |
+
For demo purpose, every input images are resized to 512 height ratio
|
| 60 |
</p>
|
| 61 |
+
<p style="margin:12px auto;display: flex;justify-content: center;">
|
| 62 |
<a href="https://huggingface.co/spaces/fffiloni/HandRefiner?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" alt="Duplicate this Space"></a>
|
| 63 |
</p>
|
| 64 |
""")
|