Spaces:
Runtime error
Runtime error
123
Browse files- app.py +2 -0
- 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 |
-
|
2 |
-
|
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|