inoki-giskard commited on
Commit
2d7b381
1 Parent(s): 5b8d6d5

Fix enable_run_btn input

Browse files
Files changed (1) hide show
  1. app_text_classification.py +1 -1
app_text_classification.py CHANGED
@@ -222,6 +222,6 @@ def get_demo():
222
  gr.on(
223
  triggers=[label.input for label in column_mappings],
224
  fn=enable_run_btn,
225
- inputs=column_mappings,
226
  outputs=[run_btn],
227
  )
 
222
  gr.on(
223
  triggers=[label.input for label in column_mappings],
224
  fn=enable_run_btn,
225
+ inputs=None, # FIXME
226
  outputs=[run_btn],
227
  )