Spaces:
Runtime error
Runtime error
Edited requirements.
Browse files- requirements.txt +7 -102
requirements.txt
CHANGED
|
@@ -1,102 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
certifi==2022.9.24
|
| 9 |
-
cffi==1.15.1
|
| 10 |
-
charset-normalizer==2.1.1
|
| 11 |
-
click==8.1.3
|
| 12 |
-
colorama==0.4.5
|
| 13 |
-
commonmark==0.9.1
|
| 14 |
-
contourpy==1.0.5
|
| 15 |
-
cryptography==38.0.1
|
| 16 |
-
cycler==0.11.0
|
| 17 |
-
distlib==0.3.6
|
| 18 |
-
fastapi==0.85.1
|
| 19 |
-
ffmpeg-python==0.2.0
|
| 20 |
-
ffmpy==0.3.0
|
| 21 |
-
filelock==3.8.0
|
| 22 |
-
fonttools==4.37.4
|
| 23 |
-
frozenlist==1.3.1
|
| 24 |
-
fsspec==2022.8.2
|
| 25 |
-
future==0.18.2
|
| 26 |
-
google-api-core==2.10.2
|
| 27 |
-
google-api-python-client==2.64.0
|
| 28 |
-
google-auth==2.12.0
|
| 29 |
-
google-auth-httplib2==0.1.0
|
| 30 |
-
google-auth-oauthlib==0.5.3
|
| 31 |
-
googleapis-common-protos==1.56.4
|
| 32 |
-
gradio==3.5
|
| 33 |
-
h11==0.12.0
|
| 34 |
-
httpcore==0.15.0
|
| 35 |
-
httplib2==0.20.4
|
| 36 |
-
httpx==0.23.0
|
| 37 |
-
huggingface-hub==0.10.1
|
| 38 |
-
idna==3.4
|
| 39 |
-
Jinja2==3.1.2
|
| 40 |
-
joblib==1.2.0
|
| 41 |
-
keybert==0.6.0
|
| 42 |
-
kiwisolver==1.4.4
|
| 43 |
-
linkify-it-py==1.0.3
|
| 44 |
-
markdown-it-py==2.1.0
|
| 45 |
-
MarkupSafe==2.1.1
|
| 46 |
-
matplotlib==3.6.1
|
| 47 |
-
mdit-py-plugins==0.3.1
|
| 48 |
-
mdurl==0.1.2
|
| 49 |
-
more-itertools==8.14.0
|
| 50 |
-
multidict==6.0.2
|
| 51 |
-
nltk==3.7
|
| 52 |
-
numpy==1.23.4
|
| 53 |
-
oauthlib==3.2.1
|
| 54 |
-
orjson==3.8.0
|
| 55 |
-
packaging==21.3
|
| 56 |
-
pandas==1.5.0
|
| 57 |
-
paramiko==2.11.0
|
| 58 |
-
Pillow==9.2.0
|
| 59 |
-
platformdirs==2.5.2
|
| 60 |
-
protobuf==4.21.7
|
| 61 |
-
pyasn1==0.4.8
|
| 62 |
-
pyasn1-modules==0.2.8
|
| 63 |
-
pycparser==2.21
|
| 64 |
-
pycryptodome==3.15.0
|
| 65 |
-
pydantic==1.10.2
|
| 66 |
-
pydub==0.25.1
|
| 67 |
-
Pygments==2.13.0
|
| 68 |
-
pygsheets==2.0.5
|
| 69 |
-
PyNaCl==1.5.0
|
| 70 |
-
pyparsing==3.0.9
|
| 71 |
-
python-dateutil==2.8.2
|
| 72 |
-
python-multipart==0.0.5
|
| 73 |
-
pytz==2022.4
|
| 74 |
-
PyYAML==6.0
|
| 75 |
-
regex==2022.9.13
|
| 76 |
-
requests==2.28.1
|
| 77 |
-
requests-oauthlib==1.3.1
|
| 78 |
-
rfc3986==1.5.0
|
| 79 |
-
rich==12.6.0
|
| 80 |
-
rsa==4.9
|
| 81 |
-
scikit-learn==1.1.2
|
| 82 |
-
scipy==1.9.2
|
| 83 |
-
sentence-transformers==2.2.2
|
| 84 |
-
sentencepiece==0.1.97
|
| 85 |
-
six==1.16.0
|
| 86 |
-
sniffio==1.3.0
|
| 87 |
-
starlette==0.20.4
|
| 88 |
-
threadpoolctl==3.1.0
|
| 89 |
-
tokenizers==0.13.1
|
| 90 |
-
torch==1.12.1
|
| 91 |
-
torchvision==0.13.1
|
| 92 |
-
tqdm==4.64.1
|
| 93 |
-
transformers==4.23.1
|
| 94 |
-
typing-extensions==4.4.0
|
| 95 |
-
uc-micro-py==1.0.1
|
| 96 |
-
uritemplate==4.1.1
|
| 97 |
-
urllib3==1.26.12
|
| 98 |
-
uvicorn==0.18.3
|
| 99 |
-
virtualenv==20.16.5
|
| 100 |
-
websockets==10.3
|
| 101 |
-
whisper==1.0
|
| 102 |
-
yarl==1.8.1
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
pygsheets
|
| 3 |
+
gradio
|
| 4 |
+
keybert
|
| 5 |
+
pandas
|
| 6 |
+
transformers
|
| 7 |
+
git+https://github.com/openai/whisper.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|