Spaces:
Runtime error
Runtime error
Ivan Shelonik
commited on
Commit
·
cc125f7
1
Parent(s):
0938778
add: reqs specified versions
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
tensorflow
|
2 |
-
flask
|
3 |
-
numpy
|
4 |
-
requests
|
5 |
-
matplotlib
|
6 |
-
huggingface_hub
|
|
|
1 |
+
tensorflow==2.12.0
|
2 |
+
flask==2.3.2
|
3 |
+
numpy==1.23.5
|
4 |
+
requests==2.31.0
|
5 |
+
matplotlib==3.7.1
|
6 |
+
huggingface_hub==0.15.1
|