poiiii commited on
Commit
81aeea3
1 Parent(s): 9a2c1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment-latest").launch()
4
- gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
 
 
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/cardiffnlp/twitter-roberta-base-sentiment-latest").launch()
4
+ gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
5
+ gr.Interface.load("models/papluca/xlm-roberta-base-language-detection").launch()