yuna0x0 commited on
Commit
1cf30f8
·
unverified ·
1 Parent(s): 906e212

fix: mmcv in requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -112,7 +112,7 @@ def main():
112
  ],
113
  live=args.live,
114
  ).launch(
115
- debug=args.debug, share=args.share, server_port=args.port, enable_queue=True
116
  )
117
 
118
 
 
112
  ],
113
  live=args.live,
114
  ).launch(
115
+ debug=args.debug, share=args.share, server_port=args.port
116
  )
117
 
118
 
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  # python=3.10
2
  openmim==0.3.7
3
  mmcv-full==1.6.2
 
4
  mmdet==2.28.2
5
  mmpose==0.29.0
6
 
 
1
  # python=3.10
2
  openmim==0.3.7
3
  mmcv-full==1.6.2
4
+ mmcv==2.0.0
5
  mmdet==2.28.2
6
  mmpose==0.29.0
7