AjithBharadwaj
commited on
Update app.py
Browse files
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 |
|