aliabd HF staff commited on
Commit
93eff32
1 Parent(s): a052aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ io1 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
5
  io2 = gr.Interface.load("huggingface/facebook/m2m100_418M")
6
 
7
  title = "GPT-Neo and M2M Series Demo"
8
- description = "Comparing GPT-Neo and M2M using Gradio Series for text generation and translation. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
9
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11125'>Beyond English-Centric Multilingual Machine Translation</a> | <a href='http://github.com/eleutherai/gpt-neo'>GPT-Neo: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow</a></p>"
10
  examples = [
11
  ['The tower is 324 metres (1,063 ft) tall,'],
5
  io2 = gr.Interface.load("huggingface/facebook/m2m100_418M")
6
 
7
  title = "GPT-Neo and M2M Series Demo"
8
+ description = "GPT-Neo + M2M using Gradio Series for text generation and translation. First the autocompletion is done using GPT-Neo and then the text is translated using M2M. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
9
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11125'>Beyond English-Centric Multilingual Machine Translation</a> | <a href='http://github.com/eleutherai/gpt-neo'>GPT-Neo: Large Scale Autoregressive Language Modeling with Mesh-Tensorflow</a></p>"
10
  examples = [
11
  ['The tower is 324 metres (1,063 ft) tall,'],