lydiazyang commited on
Commit
629aaed
·
2 Parent(s): ce4890f 8a0a361

Merge branch 'main' of https://huggingface.co/threeidots/SpeakClear

Browse files
Files changed (2) hide show
  1. index.py +0 -1
  2. requirements.txt +40 -29
index.py CHANGED
@@ -132,7 +132,6 @@ def capture_image():
132
 
133
  # Release the VideoCapture and close the OpenCV window
134
  cap.release()
135
-
136
  return image_path
137
 
138
 
 
132
 
133
  # Release the VideoCapture and close the OpenCV window
134
  cap.release()
 
135
  return image_path
136
 
137
 
requirements.txt CHANGED
@@ -1,35 +1,46 @@
1
- accelerate==0.23.0
2
- aiohttp==3.8.5
3
- aiosignal==1.3.1
4
- async-timeout==4.0.3
5
- attrs==23.1.0
6
- certifi==2023.7.22
7
- charset-normalizer==3.2.0
8
- einops==0.6.1
9
- filelock==3.12.4
10
- frozenlist==1.4.0
11
  fsspec==2023.9.1
 
12
  huggingface-hub==0.17.1
13
- idna==3.4
14
- Jinja2==3.1.2
15
- MarkupSafe==2.1.3
16
- mpmath==1.3.0
17
- multidict==6.0.4
18
- networkx==3.1
19
- numpy==1.25.2
20
- openai==0.28.0
21
- packaging==23.1
22
- Pillow==10.0.1
23
- psutil==5.9.5
24
- PyYAML==6.0.1
25
  regex==2023.8.8
26
- requests==2.31.0
27
  safetensors==0.3.3
28
- sympy==1.12
 
 
 
 
 
 
 
29
  tokenizers==0.13.3
30
- torch==2.0.1
31
- tqdm==4.66.1
32
  transformers==4.33.2
33
- typing_extensions==4.7.1
34
- urllib3==2.0.4
35
- yarl==1.9.2
 
 
 
 
 
 
1
+ async-generator==1.10
2
+ attrs==21.4.0
3
+ certifi==2022.6.15
4
+ cffi==1.15.0
5
+ charset-normalizer==3.1.0
6
+ cryptography==36.0.1
7
+ distlib==0.3.4
8
+ filelock==3.7.0
 
 
9
  fsspec==2023.9.1
10
+ h11==0.13.0
11
  huggingface-hub==0.17.1
12
+ idna==3.3
13
+ numpy==1.22.3
14
+ outcome==1.1.0
15
+ packaging==23.0
16
+ pandas==1.4.1
17
+ pbr==5.9.0
18
+ platformdirs==2.5.2
19
+ pycparser==2.21
20
+ pyOpenSSL==21.0.0
21
+ python-dateutil==2.8.2
22
+ pytz==2022.1
23
+ PyYAML==6.0
24
  regex==2023.8.8
25
+ requests==2.28.2
26
  safetensors==0.3.3
27
+ scipy==1.9.3
28
+ selenium==4.1.0
29
+ six==1.16.0
30
+ snakeviz==2.1.1
31
+ sniffio==1.2.0
32
+ sortedcontainers==2.4.0
33
+ stevedore==3.5.0
34
+ thread6==0.2.0
35
  tokenizers==0.13.3
36
+ tornado==6.2
37
+ tqdm==4.65.0
38
  transformers==4.33.2
39
+ trio==0.19.0
40
+ trio-websocket==0.9.2
41
+ typing_extensions==4.5.0
42
+ urllib3==1.26.8
43
+ virtualenv==20.14.1
44
+ virtualenv-clone==0.5.7
45
+ virtualenvwrapper==4.8.4
46
+ wsproto==1.0.0