zzl
commited on
Commit
•
1051949
1
Parent(s):
188b22e
[Misc] more desc.
Browse files
app.py
CHANGED
@@ -29,14 +29,13 @@ with gr.Blocks(css='style.css') as demo:
|
|
29 |
[<a href="https://github.com/MCG-NKU/AMT" style="color:blue;">Replicate</a>]
|
30 |
</h2>
|
31 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
32 |
-
"""
|
33 |
f'<a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true">'
|
34 |
-
"""
|
35 |
<img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
|
36 |
</p>
|
37 |
</div>
|
38 |
"""
|
39 |
-
|
40 |
)
|
41 |
|
42 |
with gr.Tab('Img2Vid'):
|
|
|
29 |
[<a href="https://github.com/MCG-NKU/AMT" style="color:blue;">Replicate</a>]
|
30 |
</h2>
|
31 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
32 |
+
"""
|
33 |
f'<a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true">'
|
34 |
+
"""
|
35 |
<img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a>
|
36 |
</p>
|
37 |
</div>
|
38 |
"""
|
|
|
39 |
)
|
40 |
|
41 |
with gr.Tab('Img2Vid'):
|