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