Spaces:
Sleeping
Sleeping
Dhruv Pai Dukle commited on
Commit ·
5775b27
1
Parent(s): 1947bbe
add requirements.txt
Browse files- requirements.txt +64 -0
requirements.txt
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohttp
|
| 2 |
+
aiosignal
|
| 3 |
+
async-generator==1.10
|
| 4 |
+
async-timeout
|
| 5 |
+
attrs
|
| 6 |
+
brotlipy
|
| 7 |
+
certifi==2022.12.7
|
| 8 |
+
cffi
|
| 9 |
+
charset-normalizer
|
| 10 |
+
click
|
| 11 |
+
colorama
|
| 12 |
+
cryptography
|
| 13 |
+
dataclasses
|
| 14 |
+
datasets==2.8.0
|
| 15 |
+
dill
|
| 16 |
+
exceptiongroup==1.1.0
|
| 17 |
+
filelock
|
| 18 |
+
frozenlist
|
| 19 |
+
fsspec
|
| 20 |
+
h11==0.14.0
|
| 21 |
+
huggingface-hub==0.12.0
|
| 22 |
+
idna
|
| 23 |
+
importlib-metadata
|
| 24 |
+
joblib
|
| 25 |
+
multidict
|
| 26 |
+
multiprocess
|
| 27 |
+
numpy==1.24
|
| 28 |
+
outcome==1.2.0
|
| 29 |
+
packaging
|
| 30 |
+
pandas==1.5.3
|
| 31 |
+
Pillow==9.4.0
|
| 32 |
+
pyarrow==10.0.1
|
| 33 |
+
pycparser
|
| 34 |
+
pydub==0.25.1
|
| 35 |
+
pyOpenSSL
|
| 36 |
+
PySocks
|
| 37 |
+
python-dateutil
|
| 38 |
+
pytz
|
| 39 |
+
PyYAML
|
| 40 |
+
regex
|
| 41 |
+
requests
|
| 42 |
+
responses==0.18.0
|
| 43 |
+
sacremoses==0.0.43
|
| 44 |
+
selenium==4.8.0
|
| 45 |
+
six
|
| 46 |
+
sniffio==1.3.0
|
| 47 |
+
sortedcontainers==2.4.0
|
| 48 |
+
sounddevice==0.4.5
|
| 49 |
+
tokenizers
|
| 50 |
+
torch
|
| 51 |
+
tqdm
|
| 52 |
+
transformers
|
| 53 |
+
trio==0.22.0
|
| 54 |
+
trio-websocket==0.9.2
|
| 55 |
+
typing_extensions
|
| 56 |
+
urllib3
|
| 57 |
+
whisper==1.1.10
|
| 58 |
+
wsproto==1.2.0
|
| 59 |
+
xxhash
|
| 60 |
+
yarl
|
| 61 |
+
zipp
|
| 62 |
+
sentencepiece
|
| 63 |
+
|
| 64 |
+
git+https://github.com/openai/whisper.git
|