MuseTalk / entrypoint.sh
czk32611's picture
Add gradio
9a45b57
raw
history blame contribute delete
143 Bytes
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py