ashutosh commited on
Commit
198cf72
β€’
1 Parent(s): 2390e19

error auto output check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ gr.close_all()
30
  demo = gr.Interface(fn=ner,
31
  inputs=[gr.Textbox(label="Text to find entities", lines=2)],
32
  outputs=[gr.HighlightedText(label="Text with entities")],
33
- title="Named Entity Recongnition with dslim/bert-base-NER",
34
  description="Find entities using the `dslim/bert-base-NER` model under the hood!",
35
  allow_flagging="never",
36
  examples=["My name is Ashutosh. I'm from India and I like building Generative AI applications πŸ§ πŸ€–πŸš€πŸŒŒ."])
 
30
  demo = gr.Interface(fn=ner,
31
  inputs=[gr.Textbox(label="Text to find entities", lines=2)],
32
  outputs=[gr.HighlightedText(label="Text with entities")],
33
+ title="Named Entity Recongnition using dslim/bert-base-NER",
34
  description="Find entities using the `dslim/bert-base-NER` model under the hood!",
35
  allow_flagging="never",
36
  examples=["My name is Ashutosh. I'm from India and I like building Generative AI applications πŸ§ πŸ€–πŸš€πŸŒŒ."])