recipe-o-matic / app.py
danielritchie's picture
Update app.py
8e44e6c
raw
history blame
194 Bytes
import gradio as gr
gr.Interface.load("models/flax-community/t5-recipe-generation",
title="AI Peaks Recipe-O-Matic",
inputs=gr.Textbox(lines=5, label="Available Ingredients")
).launch()