Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kiylu
/
fish-audio-t
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
83d8339
fish-audio-t
/
entrypoint.sh
kiylu
add project files
b128c76
about 1 month 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}