Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,9 @@ import numpy as np
|
|
8 |
import cv2
|
9 |
from queue import Queue
|
10 |
import time
|
11 |
-
import google
|
12 |
-
|
|
|
13 |
from azure.cognitiveservices.speech import SpeechConfig, SpeechSynthesizer, AudioConfig, ResultReason, CancellationReason
|
14 |
import sounddevice as sd
|
15 |
import soundfile as sf
|
|
|
8 |
import cv2
|
9 |
from queue import Queue
|
10 |
import time
|
11 |
+
import google as genai
|
12 |
+
|
13 |
+
from google.genai.types import Content, Part
|
14 |
from azure.cognitiveservices.speech import SpeechConfig, SpeechSynthesizer, AudioConfig, ResultReason, CancellationReason
|
15 |
import sounddevice as sd
|
16 |
import soundfile as sf
|