pagling commited on
Commit
fcfcc5c
·
verified ·
1 Parent(s): a4b16b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- opencv-python-headless==4.9.0.80
2
- gradio>=4.12.0
3
- numpy>=1.22.0
4
- gradio==4.12.0 # 必须使用4.0以上版本
5
- ultralytics==8.3.27
6
- requests==2.31.0 # 新增动态下载依赖
 
1
+ #opencv-python-headless==4.9.0.80
2
+ # 升级到支持 Webcam 组件的最新版本
3
+ pip install gradio --upgrade
4
+ #numpy>=1.22.0
5
+ #ultralytics==8.3.27
6
+ #requests==2.31.0 # 新增动态下载依赖