From 65865b7bb8736e82d17407129e3c2bf88875d2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 05:51:24 +0100 Subject: [PATCH] fix: add listen and port flags to start Gradio server properly --- ai/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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