danielritchie commited on
Commit
85da076
1 Parent(s): de6a36d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  title="AI Peaks - Recipe-O-Matic"
5
  description="Enter your available ingredients, let AI suggest a recipe."
6
- examples = [["eggs potatoes"]]
7
  #outputs=gr.components.Textbox(label="lols"),
8
 
9
  gr.Interface.load("models/flax-community/t5-recipe-generation",
 
3
 
4
  title="AI Peaks - Recipe-O-Matic"
5
  description="Enter your available ingredients, let AI suggest a recipe."
6
+ examples = [["eggs, potatoes"],["peaches, pears, apples"]]
7
  #outputs=gr.components.Textbox(label="lols"),
8
 
9
  gr.Interface.load("models/flax-community/t5-recipe-generation",