Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jingyangcarl
/
docker_test19
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jingyangcarl
commited on
Aug 11
Commit
3642df6
·
1 Parent(s):
797480a
update
Browse files
Files changed (1)
hide
show
run.sh
+1
-0
run.sh
CHANGED
Viewed
@@ -6,4 +6,5 @@ conda activate gradio-user
6
7
# Start app.py
8
echo "Starting app.py..."
9
python app.py
6
7
# Start app.py
8
echo "Starting app.py..."
9
+
export OMP_NUM_THREADS=4 # default is a wrong value: 7500m
10
python app.py