Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ def run_seedvr_upscaling(state, seed, resolution, batch_size, fps, progress=gr.P
|
|
| 119 |
return None, gr.update(value=error_message, interactive=False)
|
| 120 |
|
| 121 |
# --- DEFINIÇÃO DA INTERFACE GRADIO ---
|
| 122 |
-
with gr.Blocks(
|
| 123 |
gr.Markdown("# LTX Video - Geração e Pós-Produção por Etapas")
|
| 124 |
|
| 125 |
app_state = gr.State(value=create_initial_state())
|
|
|
|
| 119 |
return None, gr.update(value=error_message, interactive=False)
|
| 120 |
|
| 121 |
# --- DEFINIÇÃO DA INTERFACE GRADIO ---
|
| 122 |
+
with gr.Blocks() as demo:
|
| 123 |
gr.Markdown("# LTX Video - Geração e Pós-Produção por Etapas")
|
| 124 |
|
| 125 |
app_state = gr.State(value=create_initial_state())
|