Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,8 @@ from huggingface_hub import hf_hub_download
|
|
7 |
import os
|
8 |
|
9 |
|
10 |
-
|
11 |
app_title = "Detect defects in bird nest jar"
|
12 |
-
models_ids = ['linhcuem/defects_bird_nest_jar_yolov5m_23_05','linhcuem/defects_nest_bird_jar_yolov5x_24_5','linhcuem/defects_bird_nest_jar_yolov5m6', 'linhcuem/defects_bird_nest_jar_yolov5x', 'linhcuem/
|
13 |
|
14 |
current_model_id = models_ids[-1]
|
15 |
model = yolov5.load(current_model_id)
|
|
|
7 |
import os
|
8 |
|
9 |
|
|
|
10 |
app_title = "Detect defects in bird nest jar"
|
11 |
+
models_ids = ['linhcuem/defects_bird_nest_jar_yolov5m_23_05','linhcuem/defects_nest_bird_jar_yolov5x_24_5','linhcuem/defects_bird_nest_jar_yolov5m6', 'linhcuem/defects_bird_nest_jar_yolov5x', 'linhcuem/defects_bird_nest_jar_yolov5s6' , 'linhcuem/defects_nest_bird_jar_yolov5l6']
|
12 |
|
13 |
current_model_id = models_ids[-1]
|
14 |
model = yolov5.load(current_model_id)
|