Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yejunliang23
/
ShapLLM-Omni
like
20
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yejunliang23
commited on
22 days ago
Commit
c9a6769
·
verified
·
1 Parent(s):
cc303c8
Update 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
import subprocess
3
import os
1
+
import os
2
+
os.environ["TOKENIZERS_PARALLELISM"] = "false"
3
import spaces
4
import subprocess
5
import os