Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks() as demo:
|
|
350 |
|
351 |
process_ner_button.click(
|
352 |
#extract_entities_with_stanza,
|
353 |
-
extract_entities_with_gliner
|
354 |
#inputs=[extracted_text],
|
355 |
inputs=[extracted_text, default_entity_types, custom_entity_types],
|
356 |
outputs=[ner_output]
|
|
|
350 |
|
351 |
process_ner_button.click(
|
352 |
#extract_entities_with_stanza,
|
353 |
+
extract_entities_with_gliner,
|
354 |
#inputs=[extracted_text],
|
355 |
inputs=[extracted_text, default_entity_types, custom_entity_types],
|
356 |
outputs=[ner_output]
|