Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banao-tech
/
model-testing
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
banao-tech
commited on
20 days ago
Commit
3c67f4c
·
verified
·
1 Parent(s):
ea6e48d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import os
2
import subprocess
3
from pathlib import Path
1
+
import os
2
+
os.environ["OMP_NUM_THREADS"] = "1"
3
+
4
import os
5
import subprocess
6
from pathlib import Path