diff --git a/ai/entrypoint.sh b/ai/entrypoint.sh index bc39826..814b938 100755 --- a/ai/entrypoint.sh +++ b/ai/entrypoint.sh @@ -13,4 +13,4 @@ else fi echo "Starting Facefusion..." -exec python -u run.py +cd /facefusion && exec python -u facefusion.py run --listen 0.0.0.0 --port 7860