Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -764,7 +764,7 @@ def crear_video(prompt_type, input_text, musica_file=None):
|
|
764 |
|
765 |
total_time = (datetime.now() - start_time).total_seconds()
|
766 |
logger.info(f"PROCESO DE VIDEO FINALIZADO | Output: {output_path} | Tiempo total: {total_time:.2f}s")
|
767 |
-
|
768 |
return output_path
|
769 |
|
770 |
except ValueError as ve:
|
|
|
764 |
|
765 |
total_time = (datetime.now() - start_time).total_seconds()
|
766 |
logger.info(f"PROCESO DE VIDEO FINALIZADO | Output: {output_path} | Tiempo total: {total_time:.2f}s")
|
767 |
+
schedule_delete(temp_dir_intermediate, delay_seconds=10800)
|
768 |
return output_path
|
769 |
|
770 |
except ValueError as ve:
|