Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,2 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
-
uvicorn[standard]
|
|
|
1 |
+
keras
|
2 |
+
tensorflow
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
matplotlib
|
6 |
+
flask
|
7 |
+
gensim
|
8 |
+
huggingface-hub
|
9 |
+
gunicorn
|
10 |
fastapi
|
11 |
+
uvicorn[standard]
|