Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ def build_ui():
|
|
| 159 |
with gr.Column(scale=1):
|
| 160 |
gr.Markdown("### Etapa 1: Vídeo Base Gerado")
|
| 161 |
ui_components['low_res_video_output'] = gr.Video(label="O resultado aparecerá aqui", interactive=False)
|
| 162 |
-
ui_components['used_seed_display'] = gr.Textbox(label="Seed Utilizada", interactive=False)
|
| 163 |
|
| 164 |
_build_postprod_controls(ui_components)
|
| 165 |
_register_event_handlers(app_state, ui_components)
|
|
|
|
| 159 |
with gr.Column(scale=1):
|
| 160 |
gr.Markdown("### Etapa 1: Vídeo Base Gerado")
|
| 161 |
ui_components['low_res_video_output'] = gr.Video(label="O resultado aparecerá aqui", interactive=False)
|
| 162 |
+
ui_components['used_seed_display'] = gr.Textbox(visible=False, label="Seed Utilizada", interactive=False)
|
| 163 |
|
| 164 |
_build_postprod_controls(ui_components)
|
| 165 |
_register_event_handlers(app_state, ui_components)
|