vumichien commited on
Commit
c4d0d8a
1 Parent(s): 9895936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ European Championship => competitions
195
  input_text.submit(
196
  fn=ner, inputs=[input_text, models, labels, threshold, nested_ner], outputs=output
197
  )
198
- models.submit(
199
  fn=ner, inputs=[input_text, models, labels, threshold, nested_ner], outputs=output
200
  )
201
  labels.submit(
 
195
  input_text.submit(
196
  fn=ner, inputs=[input_text, models, labels, threshold, nested_ner], outputs=output
197
  )
198
+ models.input(
199
  fn=ner, inputs=[input_text, models, labels, threshold, nested_ner], outputs=output
200
  )
201
  labels.submit(