Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -14,7 +14,8 @@ import openai
|
|
14 |
import os
|
15 |
|
16 |
# Config for camera picture
|
17 |
-
model = YOLO('ultralyticsplus/yolov8s')
|
|
|
18 |
CLASS = model.model.names
|
19 |
ZIP = False
|
20 |
default_bot_voice = "γγ―γγγγγγγΎγ"
|
|
|
14 |
import os
|
15 |
|
16 |
# Config for camera picture
|
17 |
+
# model = YOLO('ultralyticsplus/yolov8s')
|
18 |
+
model = YOLO('kadirnar/yolov8n-v8.0')
|
19 |
CLASS = model.model.names
|
20 |
ZIP = False
|
21 |
default_bot_voice = "γγ―γγγγγγγΎγ"
|