MuseTalk1.5 / entrypoint.sh
kevinwang676's picture
Add files using upload-large-folder tool
994a820 verified
raw
history blame
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