Spaces:
Runtime error
Runtime error
Commit
·
6d7e9fd
1
Parent(s):
87951a7
specify version of libraries
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
gradio
|
2 |
-
pillow
|
3 |
-
numpy
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
pillow==9.3.0
|
3 |
+
numpy==1.23.4
|