Spaces:
Paused
Paused
Update app.py
Browse files
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
|