Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
|
19 |
|
20 |
|
21 |
# Load the Whisper model
|
22 |
-
model = whisper.load_model("large")
|
23 |
|
24 |
def speech_to_text(audio_path):
|
25 |
# Load and decode the audio file
|
|
|
19 |
|
20 |
|
21 |
# Load the Whisper model
|
22 |
+
#model = whisper.load_model("large")
|
23 |
|
24 |
def speech_to_text(audio_path):
|
25 |
# Load and decode the audio file
|