Add-Vishnu commited on
Commit
1eeaafa
·
1 Parent(s): 19d65ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def ner(inp):
40
  demo = gr.Interface(fn=ner,
41
  inputs=[gr.Textbox(label="Text to find entities", lines=2)],
42
  outputs=[gr.HighlightedText(label="Text with entites")],
43
- title="Custom-NER with Spacy3 and MedSpacy",
44
  description="Find medical entities using the NER model under the hood!",
45
  allow_flagging = True,
46
  examples=["Patient has hx of stroke. Mother diagnosed with diabetes. No evidence of pna.", "I have fever and cough since 2 days."]
 
40
  demo = gr.Interface(fn=ner,
41
  inputs=[gr.Textbox(label="Text to find entities", lines=2)],
42
  outputs=[gr.HighlightedText(label="Text with entites")],
43
+ title="Custom-NER with Spacy3 and MedSpacy with v2 model",
44
  description="Find medical entities using the NER model under the hood!",
45
  allow_flagging = True,
46
  examples=["Patient has hx of stroke. Mother diagnosed with diabetes. No evidence of pna.", "I have fever and cough since 2 days."]