Spaces:
Runtime error
Runtime error
File size: 299 Bytes
aaaa963 |
1 2 3 4 5 6 7 8 9 10 11 |
import streamlit as st
st.title('🤗 Transformers Library examples')
st.divider()
st.write("Sentiment Analysis")
st.write("'Zero-shot classification")
st.write("Text Generation")
st.write("'Mask Filling")
st.write("Named Entity Recognition")
st.write("Question Answering")
st.write("Translation") |