eeuuia commited on
Commit
0e60328
·
verified ·
1 Parent(s): 52a061c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def build_ui():
138
  with gr.Column(scale=1):
139
  gr.Markdown("### Etapa 1: Vídeo Base Gerado")
140
  ui_components['low_res_video_output'] = gr.Video(label="O resultado aparecerá aqui", interactive=True)
141
- ui_components['used_seed_display'] = gr.Textbox(label="Seed Utilizada", visible=False interactive=False)
142
  _build_postprod_controls(ui_components)
143
  _register_event_handlers(app_state, ui_components)
144
  return demo
 
138
  with gr.Column(scale=1):
139
  gr.Markdown("### Etapa 1: Vídeo Base Gerado")
140
  ui_components['low_res_video_output'] = gr.Video(label="O resultado aparecerá aqui", interactive=True)
141
+ ui_components['used_seed_display'] = gr.Textbox(label="Seed Utilizada", visible=False, interactive=False)
142
  _build_postprod_controls(ui_components)
143
  _register_event_handlers(app_state, ui_components)
144
  return demo