Spaces:
Runtime error
Runtime error
File size: 392 Bytes
13c98a6 aff7d75 13c98a6 f5fbd78 13c98a6 04c1498 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
import streamlit as st
from transformers import pipeline
st.markdown("### Hello, world!")
st.markdown("<img width=200px src='https://rozetked.me/images/uploads/dwoilp3BVjlE.jpg'>", unsafe_allow_html=True)
text = st.text_area("TEXT HERE")
# pipe = pipeline("ner", "Davlan/distilbert-base-multilingual-cased-ner-hrl")
# raw_predictions = pipe(text)
st.markdown(f"IT'S MEEE! HELLO FRIEND")
|