eeuuia commited on
Commit
a57fd0b
·
verified ·
1 Parent(s): fabe3ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, ui_components)
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