Spaces:
Runtime error
Runtime error
Sandy2636
commited on
Commit
·
a3c883c
1
Parent(s):
1705f76
Add application file
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
requests>=2.25.0,<3.0.0
|
2 |
# pillow might be needed explicitly if not pulled by gradio for image handling
|
3 |
-
Pillow>=9.0.
|
|
|
1 |
+
gradio~=3.50.2
|
2 |
requests>=2.25.0,<3.0.0
|
3 |
# pillow might be needed explicitly if not pulled by gradio for image handling
|
4 |
+
Pillow>=9.0.
|