Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
FunAudioLLM/CosyVoice-300M
YumingYuan
/
CosyVoice-300M
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
littlebird13
commited on
Jul 10, 2024
Commit
ab62ea1
·
verified
·
1 Parent(s):
49278e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import os
2
import sys
3
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
1
+
import spaces
2
import os
3
import sys
4
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))