Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
fastapi
|
2 |
-
numpy
|
3 |
-
uvicorn
|
4 |
-
python-multipart
|
5 |
-
tensorflow
|
6 |
-
passlib
|
7 |
-
|
8 |
-
os
|
9 |
-
sklearn
|
10 |
-
keras
|
11 |
-
pandas
|
12 |
-
scipy
|
13 |
speech_recognition
|
|
|
1 |
+
fastapi
|
2 |
+
numpy
|
3 |
+
uvicorn
|
4 |
+
python-multipart
|
5 |
+
tensorflow
|
6 |
+
passlib
|
7 |
+
pysqlite3
|
8 |
+
os
|
9 |
+
sklearn
|
10 |
+
keras
|
11 |
+
pandas
|
12 |
+
scipy
|
13 |
speech_recognition
|