Spaces:
Running
Running
fix a typo
Browse files
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,
|