fcakyon commited on
Commit
b61ef7b
1 Parent(s): cf64881

fix a typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_model():
43
  )
44
 
45
  detection_model = AutoDetectionModel.from_pretrained(
46
- model_type='mmdet'
47
  model_path=model_path,
48
  config_path=config_path,
49
  confidence_threshold=0.5,
43
  )
44
 
45
  detection_model = AutoDetectionModel.from_pretrained(
46
+ model_type='mmdet',
47
  model_path=model_path,
48
  config_path=config_path,
49
  confidence_threshold=0.5,