AjithBharadwaj commited on
Commit
e8c3ab7
1 Parent(s): 1ccdaca

Update app.py

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