Spaces:
Running
Running
Update app.py
Browse files
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-
|
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)
|