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

Update app.py

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