valeria-legaria commited on
Commit
16c0fd5
·
1 Parent(s): 1f4c7c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("nickmuchi/vit-finetuned-chest-xray-pneumonia").launch();
 
 
 
1
  import gradio as gr
2
 
3
+ examples = [["Translate Spanish to Nahuatl: hola"], ["tlajtoli"]]
4
+
5
+ gr.Interface.load("huggingface/hackathon-pln-es/t5-small-spanish-nahuatl", examples=examples).launch();