luis1827 commited on
Commit
0f6092a
1 Parent(s): 44d235b

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
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/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();
 
 
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/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();
6
+