Spaces:
Runtime error
Runtime error
Commit
·
871ecf6
1
Parent(s):
8447c82
Update requirements.txt
Browse files- requirements.txt +0 -40
requirements.txt
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
soundfile
|
| 2 |
-
fairseq
|
| 3 |
huggingface_hub
|
| 4 |
-
g2p-en
|
| 5 |
pillow
|
| 6 |
aniso8601
|
| 7 |
asttokens
|
|
@@ -23,22 +20,6 @@ dnspython
|
|
| 23 |
docopt
|
| 24 |
email-validator
|
| 25 |
executing
|
| 26 |
-
firebase-admin
|
| 27 |
-
Flask
|
| 28 |
-
flask-mongoengine
|
| 29 |
-
Flask-RESTful
|
| 30 |
-
Flask-SocketIO
|
| 31 |
-
Flask-WTF
|
| 32 |
-
google-api-core
|
| 33 |
-
google-api-python-client
|
| 34 |
-
google-auth
|
| 35 |
-
google-auth-httplib2
|
| 36 |
-
google-cloud-core
|
| 37 |
-
google-cloud-firestore
|
| 38 |
-
google-cloud-storage
|
| 39 |
-
google-crc32c
|
| 40 |
-
google-resumable-media
|
| 41 |
-
googleapis-common-protos
|
| 42 |
grpcio
|
| 43 |
grpcio-status
|
| 44 |
httplib2
|
|
@@ -52,22 +33,6 @@ Jinja2
|
|
| 52 |
joblib
|
| 53 |
jupyter_client
|
| 54 |
jupyter_core
|
| 55 |
-
MarkupSafe
|
| 56 |
-
matplotlib-inline
|
| 57 |
-
mongoengine
|
| 58 |
-
msgpack
|
| 59 |
-
nest-asyncio
|
| 60 |
-
numpy
|
| 61 |
-
packaging
|
| 62 |
-
pandas
|
| 63 |
-
parso
|
| 64 |
-
pickleshare
|
| 65 |
-
pipreqs
|
| 66 |
-
platformdirs
|
| 67 |
-
prompt-toolkit
|
| 68 |
-
proto-plus
|
| 69 |
-
protobuf
|
| 70 |
-
psutil
|
| 71 |
pure-eval
|
| 72 |
pyasn1
|
| 73 |
pyasn1-modules
|
|
@@ -84,8 +49,6 @@ pytz
|
|
| 84 |
pyzmq
|
| 85 |
requests
|
| 86 |
rsa
|
| 87 |
-
scikit-learn
|
| 88 |
-
scipy
|
| 89 |
six
|
| 90 |
sockets
|
| 91 |
SpeechRecognition
|
|
@@ -107,11 +70,8 @@ pyngrok
|
|
| 107 |
python-dotenv
|
| 108 |
uvicorn
|
| 109 |
fastapi
|
| 110 |
-
transformers
|
| 111 |
-
tensorflow
|
| 112 |
pydantic
|
| 113 |
typing
|
| 114 |
-
torch
|
| 115 |
python-multipart
|
| 116 |
|
| 117 |
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub
|
|
|
|
| 2 |
pillow
|
| 3 |
aniso8601
|
| 4 |
asttokens
|
|
|
|
| 20 |
docopt
|
| 21 |
email-validator
|
| 22 |
executing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
grpcio
|
| 24 |
grpcio-status
|
| 25 |
httplib2
|
|
|
|
| 33 |
joblib
|
| 34 |
jupyter_client
|
| 35 |
jupyter_core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
pure-eval
|
| 37 |
pyasn1
|
| 38 |
pyasn1-modules
|
|
|
|
| 49 |
pyzmq
|
| 50 |
requests
|
| 51 |
rsa
|
|
|
|
|
|
|
| 52 |
six
|
| 53 |
sockets
|
| 54 |
SpeechRecognition
|
|
|
|
| 70 |
python-dotenv
|
| 71 |
uvicorn
|
| 72 |
fastapi
|
|
|
|
|
|
|
| 73 |
pydantic
|
| 74 |
typing
|
|
|
|
| 75 |
python-multipart
|
| 76 |
|
| 77 |
|