Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
uvicorn[standard]==0.17.*
|
4 |
-
sentencepiece==0.1.*
|
5 |
-
torch==1.11.*
|
6 |
keras
|
7 |
-
numpy
|
8 |
-
tensorflow
|
9 |
-
matplotlib
|
10 |
h5py
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
pydantic
|
|
|
|
|
|
|
3 |
keras
|
|
|
|
|
|
|
4 |
h5py
|
5 |
+
numpy
|
6 |
+
uvicorn
|