Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt (#2)
Browse files- Update requirements.txt (08043228627aa9d1d63b72cdd485a4544b61adbd)
Co-authored-by: yangyuqiang <yuqiang6149@users.noreply.huggingface.co>
- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio==5.43.1
|
2 |
+
gradio_client==1.12.1
|
3 |
+
requests>=2.28.0
|
4 |
+
opencv-python>=4.6.0
|
5 |
+
numpy>=1.21.0
|
6 |
+
oss2>=2.15.0
|