Spaces:
Runtime error
Runtime error
add duplicate button
Browse files
app.py
CHANGED
|
@@ -438,6 +438,12 @@ with gr.Blocks() as demo:
|
|
| 438 |
<a href="https://twitter.com/OutofAi" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Ashleigh%20Watson"></a>  
|
| 439 |
<a href="https://twitter.com/banterless_ai" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Alex%20Nasa"></a>
|
| 440 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 441 |
'''
|
| 442 |
)
|
| 443 |
with gr.Row():
|
|
|
|
| 438 |
<a href="https://twitter.com/OutofAi" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Ashleigh%20Watson"></a>  
|
| 439 |
<a href="https://twitter.com/banterless_ai" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Alex%20Nasa"></a>
|
| 440 |
</div>
|
| 441 |
+
<br>
|
| 442 |
+
<div style="text-align: center;">
|
| 443 |
+
<a href="https://huggingface.co/spaces/fffiloni/OutofFocus?duplicate=true">
|
| 444 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate this Space">
|
| 445 |
+
</a> to skip the queue and enjoy faster inference on the GPU of your choice
|
| 446 |
+
</div>
|
| 447 |
'''
|
| 448 |
)
|
| 449 |
with gr.Row():
|