File size: 211 Bytes
655980e
 
8b4f6bf
e30ba25
8b4f6bf
1
2
3
4
5
import gradio as gr

gr.Interface.load("models/flax-community/t5-recipe-generation",
    inputs=gr.Textbox(lines=5, label="List of ingredients, separated by a comma")  # customizes the input component
).launch()