SolarumAsteridion commited on
Commit
59c0989
·
verified ·
1 Parent(s): 6c91272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -897,7 +897,7 @@ def process_video_request(request_id: str, form_data: Dict, file_paths: Dict, ap
897
  style_description = form_data.get('style_desc', '')
898
  target_duration = form_data.get('duration')
899
  output_filename = form_data.get('output')
900
- MODEL_NAME = form_data.get('model', "gemini-2.5-pro-exp-03-25")
901
  is_preview = form_data.get('is_preview', False)
902
  # --- ADDED: Get the global mute flag ---
903
  mute_all_clips_flag = form_data.get('mute_audio', False)
 
897
  style_description = form_data.get('style_desc', '')
898
  target_duration = form_data.get('duration')
899
  output_filename = form_data.get('output')
900
+ MODEL_NAME = form_data.get('model', "gemini-2.5-flash-preview-05-20")
901
  is_preview = form_data.get('is_preview', False)
902
  # --- ADDED: Get the global mute flag ---
903
  mute_all_clips_flag = form_data.get('mute_audio', False)