Dzsysop commited on
Commit
079f2d7
·
1 Parent(s): 70f6c44

webcam - switch sdk version

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -2
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
+ python_version: 3.10
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  gradio==4.44.0
2
  gradio-webrtc==0.0.24
3
  opencv-python-headless
4
- numpy
5
- pyaudioop
 
1
  gradio==4.44.0
2
  gradio-webrtc==0.0.24
3
  opencv-python-headless
4
+ numpy