From 7f21a4fff976474c81a9a04b86d11cf8fc1485d4 Mon Sep 17 00:00:00 2001 From: jwyang Date: Thu, 5 Oct 2023 17:10:25 +0000 Subject: [PATCH] demo.py -> app.py --- assets/scripts/run_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/run_demo.sh b/assets/scripts/run_demo.sh index 8819ca2..f495842 100644 --- a/assets/scripts/run_demo.sh +++ b/assets/scripts/run_demo.sh @@ -2,4 +2,4 @@ sudo apt update sudo apt install ffmpeg pip install -r assets/requirements/requirements.txt pip install -r assets/requirements/requirements_custom.txt -python demo/seem/demo.py \ No newline at end of file +python demo/seem/app.py \ No newline at end of file