akhaliq HF staff commited on
Commit
22e1f69
1 Parent(s): bbaa05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- title = "mt5-small-arxiv"
4
- description = "Gradio Demo for mt5-small-arxiv, a title generator from abstracts trained on machine learning papers from the last 5 years. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
 
6
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11934' target='_blank'>mT5: A massively multilingual pre-trained text-to-text transformer</a></p>"
7
 
 
1
  import gradio as gr
2
 
3
+ title = "MT5"
4
+ description = "Gradio Demo for MT5. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
5
 
6
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11934' target='_blank'>mT5: A massively multilingual pre-trained text-to-text transformer</a></p>"
7