danielritchie commited on
Commit
2dec7e1
1 Parent(s): 8e44e6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,5 +2,6 @@ import gradio as gr
2
 
3
  gr.Interface.load("models/flax-community/t5-recipe-generation",
4
  title="AI Peaks Recipe-O-Matic",
5
- inputs=gr.Textbox(lines=5, label="Available Ingredients")
 
6
  ).launch()
 
2
 
3
  gr.Interface.load("models/flax-community/t5-recipe-generation",
4
  title="AI Peaks Recipe-O-Matic",
5
+ inputs=gr.Textbox(lines=5, label="Available Ingredients"),
6
+ output = gr.components.Textbox(label="Lolz")
7
  ).launch()