Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title = "
|
4 |
-
description = "Gradio Demo for
|
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 |
|