recipe-o-matic / app.py
danielritchie's picture
Update app.py
8b4f6bf
raw
history blame
180 Bytes
import gradio as gr
gr.Interface.load("models/flax-community/t5-recipe-generation",
inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
).launch()