Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hyathi
/
FIsh
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc7f323
FIsh
/
entrypoint.sh
samarth2002
files added
5fc76ef
about 2 months ago
raw
Copy download link
history
blame
Safe
171 Bytes
#!/bin/bash
CUDA_ENABLED=
${CUDA_ENABLED:-true}
DEVICE=
""
if
[
"
${CUDA_ENABLED}
"
!=
"true"
];
then
DEVICE=
"--device cpu"
fi
exec
python tools/run_webui.py
${DEVICE}