Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -859,7 +859,7 @@ def crear_video(prompt_type, input_text, selected_voice, musica_file=None):
|
|
859 |
except Exception as e:
|
860 |
logger.warning(f"Error ajustando duraci贸n del audio final: {str(e)}")
|
861 |
|
862 |
-
|
863 |
# ... (todo el c贸digo previo de crear_video permanece igual)
|
864 |
|
865 |
# 7. Crear video final (INDENTACI脫N ORIGINAL)
|
|
|
859 |
except Exception as e:
|
860 |
logger.warning(f"Error ajustando duraci贸n del audio final: {str(e)}")
|
861 |
|
862 |
+
try:
|
863 |
# ... (todo el c贸digo previo de crear_video permanece igual)
|
864 |
|
865 |
# 7. Crear video final (INDENTACI脫N ORIGINAL)
|