guillermocosta's picture
Update app.py
3de9918
raw
history blame contribute delete
No virus
188 Bytes
import gradio as gr
examples = [["Hello, good morning"], ["What a nice day"]]
gr.Interface.load("huggingface/t5-base", title='traducir de inglés a alemán', examples=examples).launch();