ankanpy commited on
Commit
1b2588c
·
1 Parent(s): 7ac41be

updated app.py and req.txt

Browse files
Files changed (2) hide show
  1. app.py +3 -2
  2. requirements.txt +3 -3
app.py CHANGED
@@ -121,8 +121,9 @@ def main():
121
  - **Victory Sign** (:v:): Extend your index and middle fingers to enable scrolling.
122
  - **Spider-Man Sign** (:the_horns:): Extend your index and little fingers to enable scrolling.
123
  - Move your hand **up** or **down** to scroll.
124
-
125
- **Note**: Ensure good lighting and keep your hand within the webcam's view.
 
126
  """
127
  )
128
 
 
121
  - **Victory Sign** (:v:): Extend your index and middle fingers to enable scrolling.
122
  - **Spider-Man Sign** (:the_horns:): Extend your index and little fingers to enable scrolling.
123
  - Move your hand **up** or **down** to scroll.
124
+ - **PS**:
125
+ - Ensure good lighting and keep your hand within the webcam's view.
126
+ - Currently PyAutoGUI doesn't support remote/headless machines. Clone the project and run it in your local machine.
127
  """
128
  )
129
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- mediapipe==0.10.15
2
  opencv-python==4.10.0.84
3
  PyAutoGUI==0.9.54
4
- streamlit==1.38.0
5
- streamlit-webrtc==0.47.9
 
1
+ mediapipe==0.10.21
2
  opencv-python==4.10.0.84
3
  PyAutoGUI==0.9.54
4
+ streamlit==1.44.1
5
+ streamlit-webrtc==0.57.0