poiiii's picture
Update app.py
81aeea3
raw
history blame
No virus
270 Bytes
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()