Zengyf-CVer commited on
Commit
8884040
1 Parent(s): 75b66be

model loading update 02

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -89,7 +89,6 @@ def model_loading(model_name, device):
89
  # device=device,
90
  # )
91
 
92
-
93
  return model
94
 
95
 
 
89
  # device=device,
90
  # )
91
 
 
92
  return model
93
 
94
 
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Base ----------------------------------------
2
  matplotlib>=3.2.2
3
  numpy>=1.18.5
4
- opencv-python>=4.1.2
5
  Pillow>=7.1.2
6
  PyYAML>=5.3.1
7
  requests>=2.23.0
 
1
  # Base ----------------------------------------
2
  matplotlib>=3.2.2
3
  numpy>=1.18.5
4
+ opencv-python-headless
5
  Pillow>=7.1.2
6
  PyYAML>=5.3.1
7
  requests>=2.23.0