NeuralInternet
commited on
Commit
•
8ce8f7d
1
Parent(s):
ddc31f3
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if not model_dir.exists():
|
|
29 |
repo_type='model',
|
30 |
local_dir=model_dir)
|
31 |
|
32 |
-
DESCRIPTION = '# [
|
33 |
if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
|
34 |
DESCRIPTION += f'\n<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
|
35 |
|
|
|
29 |
repo_type='model',
|
30 |
local_dir=model_dir)
|
31 |
|
32 |
+
DESCRIPTION = '# [Text-to-Video Playground](https://modelscope.cn/models/damo/text-to-video-synthesis/summary)'
|
33 |
if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
|
34 |
DESCRIPTION += f'\n<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/{SPACE_ID}?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
|
35 |
|