niknikita commited on
Commit
04c1498
1 Parent(s): 7e1e24f
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +3 -2
app.py CHANGED
@@ -10,3 +10,5 @@ pipe = pipeline("ner", "Davlan/distilbert-base-multilingual-cased-ner-hrl")
10
  raw_predictions = pipe(text)
11
 
12
  st.markdown(f"{raw_predictions}")
 
 
 
10
  raw_predictions = pipe(text)
11
 
12
  st.markdown(f"{raw_predictions}")
13
+ st.markdown(f"IT'S MEEE! HELLO FRIEND")
14
+
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
- tensorflow==2.2.0
2
- streamlit
 
 
1
+ streamlit
2
+ transformers
3
+ torch