noumanjavaid commited on
Commit
922f944
·
verified ·
1 Parent(s): b089c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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.generai as genai
12
- from google.generai.types import Content, Part
 
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