odtp-pyannote-whisper / app /api_mode.sh
katospiegel's picture
feat: api_mode
5bf6e88
Raw
History Blame Contribute Delete
163 Bytes
#!/bin/bash
if [ "${ODTP_GRADIO_SHARE:-FALSE}" == "TRUE" ]; then
python3 /odtp/odtp-app/gradio_app.py --share
else
python3 /odtp/odtp-app/gradio_app.py
fi