cp557 commited on
Commit
0367d32
·
verified ·
1 Parent(s): d262070

Update generate_slideshow.py

Browse files
Files changed (1) hide show
  1. generate_slideshow.py +1 -1
generate_slideshow.py CHANGED
@@ -280,7 +280,7 @@ async def _generate_tts(narration: str, out_path: Path):
280
  client = genai.Client(api_key=GEMINI_API_KEY)
281
 
282
  # Try with flash model first, then fall back to pro model if needed
283
- models_to_try = ["gemini-2.5-flash-preview-tts", "gemini-2.5-pro-preview-06-05"]
284
 
285
  # Create file with write mode first to ensure it's empty
286
  with open(out_path, "wb") as _:
 
280
  client = genai.Client(api_key=GEMINI_API_KEY)
281
 
282
  # Try with flash model first, then fall back to pro model if needed
283
+ models_to_try = []
284
 
285
  # Create file with write mode first to ensure it's empty
286
  with open(out_path, "wb") as _: