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