MuseTalk / entrypoint.sh
czk32611's picture
Add gradio
7639e3a
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