Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
flask
|
2 |
flask_cors
|
3 |
gunicorn
|
4 |
-
tensorflow
|
5 |
numpy
|
6 |
pathlib
|
7 |
plotly
|
8 |
pandas
|
9 |
-
keras
|
10 |
underthesea
|
11 |
torch
|
12 |
transformers
|
|
|
1 |
flask
|
2 |
flask_cors
|
3 |
gunicorn
|
4 |
+
tensorflow==2.15.0
|
5 |
numpy
|
6 |
pathlib
|
7 |
plotly
|
8 |
pandas
|
9 |
+
keras==2.15.0
|
10 |
underthesea
|
11 |
torch
|
12 |
transformers
|