MuseTalkVM / entrypoint.sh
czk32611's picture
Add gradio
d32d5f5
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