Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ASLP-lab
/
WenetSpeech-Yue
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
gz412
commited on
about 13 hours ago
Commit
61b6fb8
·
1 Parent(s):
f3ca430
test app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import spaces
2
print("gz start")
3
import sys
1
+
import os
2
+
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
3
import spaces
4
print("gz start")
5
import sys