Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -577,14 +577,12 @@ with gr.Blocks(title="馃幀 Generador de Videos IA", theme=gr.themes.Soft()) as d
|
|
577 |
if __name__ == "__main__":
|
578 |
logger.info("馃殌 Iniciando aplicaci贸n Generador de Videos IA...")
|
579 |
|
580 |
-
# Configurar la cola
|
581 |
demo.queue(max_size=10)
|
582 |
|
583 |
-
# Lanzar
|
584 |
demo.launch(
|
585 |
server_name="0.0.0.0",
|
586 |
server_port=7860,
|
587 |
-
show_api=False
|
588 |
-
enable_queue=True,
|
589 |
-
max_threads=40
|
590 |
)
|
|
|
577 |
if __name__ == "__main__":
|
578 |
logger.info("馃殌 Iniciando aplicaci贸n Generador de Videos IA...")
|
579 |
|
580 |
+
# Configurar la cola (versi贸n compatible)
|
581 |
demo.queue(max_size=10)
|
582 |
|
583 |
+
# Lanzar aplicaci贸n (par谩metros b谩sicos compatibles)
|
584 |
demo.launch(
|
585 |
server_name="0.0.0.0",
|
586 |
server_port=7860,
|
587 |
+
show_api=False
|
|
|
|
|
588 |
)
|