Eueuiaa commited on
Commit
9641c9e
·
verified ·
1 Parent(s): 35e29a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(css="#col-container { margin: 0 auto; max-width: 900px; }", theme=gr.themes.Monochrome()) 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())
 
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())