Spaces:
Runtime error
Runtime error
123
Browse files
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 |
|