Spaces:
No application file
No application file
CUDA_ENABLED=${CUDA_ENABLED:-true} | |
DEVICE="" | |
if [ "${CUDA_ENABLED}" != "true" ]; then | |
DEVICE="--device cpu" | |
fi | |
exec python tools/webui.py ${DEVICE} | |