Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
tensorflow
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
numpy
|
|
|
1 |
+
tensorflow==2.11.0
|
2 |
+
gradio==3.16.2
|
3 |
+
numpy==1.23.4
|
4 |
+
matplotlib==3.5.2
|
|