rockdrigoma's picture
Update app.py
4b44412
raw
history blame
182 Bytes
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()