Diffusers
MuseTalk1.5 / entrypoint.sh
Marcos
Add hello_world config and update project files
6b64ee1
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