niknikita commited on
Commit
49d1f5e
1 Parent(s): 04c1498
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,6 +9,5 @@ from transformers import pipeline
9
  pipe = pipeline("ner", "Davlan/distilbert-base-multilingual-cased-ner-hrl")
10
  raw_predictions = pipe(text)
11
 
12
- st.markdown(f"{raw_predictions}")
13
  st.markdown(f"IT'S MEEE! HELLO FRIEND")
14
 
 
9
  pipe = pipeline("ner", "Davlan/distilbert-base-multilingual-cased-ner-hrl")
10
  raw_predictions = pipe(text)
11
 
 
12
  st.markdown(f"IT'S MEEE! HELLO FRIEND")
13