Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -18,7 +18,7 @@ model = YOLO('ultralyticsplus/yolov8s')
|
|
18 |
CLASS = model.model.names
|
19 |
ZIP = False
|
20 |
default_bot_voice = "おはいようございます"
|
21 |
-
area_threshold = 0.
|
22 |
|
23 |
# Config for human input
|
24 |
prompt_template = "私はあなたに、Detomo社が作ったロボットのように振る舞ってほしいです。あなたの名前はアイサツです。"\
|
|
|
18 |
CLASS = model.model.names
|
19 |
ZIP = False
|
20 |
default_bot_voice = "おはいようございます"
|
21 |
+
area_threshold = 0.25
|
22 |
|
23 |
# Config for human input
|
24 |
prompt_template = "私はあなたに、Detomo社が作ったロボットのように振る舞ってほしいです。あなたの名前はアイサツです。"\
|