Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ def build_ui():
|
|
| 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
|
| 166 |
|
| 167 |
return demo
|
| 168 |
|
|
|
|
| 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)
|
| 166 |
|
| 167 |
return demo
|
| 168 |
|