CoolFace
Apppublic

TMElyralab/MuseTalk

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
77likes
entrypoint.sh11 linesDownload Raw Back to root
1#!/bin/bash2 3echo "entrypoint.sh"4whoami5which python6echo "pythonpath" $PYTHONPATH7 8source /opt/conda/etc/profile.d/conda.sh9conda activate musev10which python11python app.py