gnosticdev commited on
Commit
c332f2e
verified
1 Parent(s): a7b9459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -859,9 +859,6 @@ 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
- try:
863
- # ... (todo el c贸digo previo de crear_video permanece igual)
864
-
865
  try:
866
  # ... (todo el c贸digo previo de crear_video permanece igual)
867
 
 
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