Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -11,6 +11,7 @@ from utils import tts, stt, read_image_file, pil_to_base64, base64_to_pil, get_h
|
|
11 |
import zipfile
|
12 |
import soundfile as sf
|
13 |
import openai
|
|
|
14 |
|
15 |
# Config for camera picture
|
16 |
model = YOLO('ultralyticsplus/yolov8s')
|
|
|
11 |
import zipfile
|
12 |
import soundfile as sf
|
13 |
import openai
|
14 |
+
import os
|
15 |
|
16 |
# Config for camera picture
|
17 |
model = YOLO('ultralyticsplus/yolov8s')
|