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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,4 +2,6 @@ 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()
 
 
 
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()
6
+ gr.Interface.load("models/tuner007/pegasus_paraphrase").launch()
7
+ gr.Interface.load("models/mrm8488/t5-base-finetuned-question-generation-ap").launch()