guillermocosta commited on
Commit
2fa01ec
1 Parent(s): 800e5eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
- examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
4
 
5
- gr.Interface.load("huggingface/t5-base", title='translate from english to german', examples=examples).launch();
 
1
  import gradio as gr
2
 
3
+ examples = [["Hello, good morning"], ["What a nice day"]]
4
 
5
+ gr.Interface.load("huggingface/t5-base", title='traducir de ingles a aleman', examples=examples).launch();