Spaces:
Sleeping
Sleeping
Fix URL for duplication
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
23 |
gr.HTML("""
|
24 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
25 |
<br/>
|
26 |
-
<a href="https://huggingface.co/spaces/
|
27 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
28 |
<p/>""")
|
29 |
with gr.Row():
|
|
|
23 |
gr.HTML("""
|
24 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
25 |
<br/>
|
26 |
+
<a href="https://huggingface.co/spaces/TEXTurePaper/TEXTure?duplicate=true">
|
27 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
28 |
<p/>""")
|
29 |
with gr.Row():
|