Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -15,8 +15,8 @@ import os
|
|
| 15 |
import random
|
| 16 |
|
| 17 |
# Config for camera picture
|
| 18 |
-
|
| 19 |
-
model = YOLO('kadirnar/yolov8n-v8.0')
|
| 20 |
CLASS = model.model.names
|
| 21 |
ZIP = False
|
| 22 |
bot_voice_time = "こんにちは"
|
|
|
|
| 15 |
import random
|
| 16 |
|
| 17 |
# Config for camera picture
|
| 18 |
+
model = YOLO('ultralyticsplus/yolov8s')
|
| 19 |
+
# model = YOLO('kadirnar/yolov8n-v8.0')
|
| 20 |
CLASS = model.model.names
|
| 21 |
ZIP = False
|
| 22 |
bot_voice_time = "こんにちは"
|