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() |
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() |