File size: 182 Bytes
7c96d4d
 
4b44412
4459c02
 
1
2
3
4
5
import gradio as gr

gr.Interface.load("huggingface/t5-small-spanish-nahuatl", 
    inputs=gr.inputs.Textbox(lines=5, label="Input Text")  # customizes the input component
).launch()