MuseTalk / entrypoint.sh
ameerazam08's picture
Upload folder using huggingface_hub
0ca1180 verified
raw
history blame
No virus
173 Bytes
#!/bin/bash
echo "entrypoint.sh"
whoami
which python
echo "pythonpath" $PYTHONPATH
source /opt/conda/etc/profile.d/conda.sh
conda activate musev
which python
python app.py