niknikita commited on
Commit
f5fbd78
1 Parent(s): aff7d75
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ st.markdown("<img width=200px src='https://rozetked.me/images/uploads/dwoilp3BVj
6
 
7
  text = st.text_area("TEXT HERE")
8
 
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
 
 
6
 
7
  text = st.text_area("TEXT HERE")
8
 
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