Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
torch>=2.0.0
|
4 |
pillow>=9.0.0
|
5 |
numpy>=1.20.0
|
6 |
-
opencv-python>=4.5.0
|
|
|
|
1 |
+
gradio>=5.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
torch>=2.0.0
|
4 |
pillow>=9.0.0
|
5 |
numpy>=1.20.0
|
6 |
+
opencv-python>=4.5.0
|
7 |
+
huggingface_hub>=0.16.0
|