stevafernandes commited on
Commit
288500b
·
verified ·
1 Parent(s): 735cf97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def analyze_audio(audio_path: str, api_key: str) -> str:
185
  if audio_file.state.name == "FAILED":
186
  raise ValueError(f"Audio processing failed: {audio_file.state.name}")
187
 
188
- model = genai.GenerativeModel('gemini-2.0-flash-exp')
189
 
190
  response = model.generate_content(
191
  [audio_file, EXTRACTION_PROMPT],
 
185
  if audio_file.state.name == "FAILED":
186
  raise ValueError(f"Audio processing failed: {audio_file.state.name}")
187
 
188
+ model = genai.GenerativeModel('gemini-3-flash-preview')
189
 
190
  response = model.generate_content(
191
  [audio_file, EXTRACTION_PROMPT],