AjithBharadwaj commited on
Commit
1ccdaca
·
verified ·
1 Parent(s): 17cebb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  from transformers import pipeline
2
  import gradio as gr
 
3
 
4
  get_completion = pipeline("ner", model="dslim/bert-base-NER")
5
 
 
1
  from transformers import pipeline
2
  import gradio as gr
3
+ import pandas as pd
4
 
5
  get_completion = pipeline("ner", model="dslim/bert-base-NER")
6