Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1026,8 +1026,6 @@ def run_app(prompt_type, prompt_ia, prompt_manual, musica_file, selected_voice):
|
|
| 1026 |
logger.info("Fin del handler run_app.")
|
| 1027 |
return output_video, output_file, status_msg
|
| 1028 |
|
| 1029 |
-
|
| 1030 |
-
```python
|
| 1031 |
# Interfaz de Gradio
|
| 1032 |
with gr.Blocks(title="Generador de Videos con IA", theme=gr.themes.Soft(), css="""
|
| 1033 |
.gradio-container {max-width: 800px; margin: auto;}
|
|
|
|
| 1026 |
logger.info("Fin del handler run_app.")
|
| 1027 |
return output_video, output_file, status_msg
|
| 1028 |
|
|
|
|
|
|
|
| 1029 |
# Interfaz de Gradio
|
| 1030 |
with gr.Blocks(title="Generador de Videos con IA", theme=gr.themes.Soft(), css="""
|
| 1031 |
.gradio-container {max-width: 800px; margin: auto;}
|