File size: 270 Bytes
e817814
 
9a2c1c4
81aeea3
 
1
2
3
4
5
import gradio as gr

gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment-latest").launch()
gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
gr.Interface.load("models/papluca/xlm-roberta-base-language-detection").launch()