diff --git a/app.py b/app.py index 05f5825..995b27e 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ from game import Game -Game().loop() \ No newline at end of file +if __name__ == "__app__": + Game().loop() \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ef0578a..7672810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mediapipe==0.8.10.1 +mediapipe==0.10.1 opencv_python==4.5.5.64 pygame==2.1.2