Spaces:
Runtime error
Runtime error
danielritchie
commited on
Commit
•
83bd3df
1
Parent(s):
abffaa9
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ description="Enter your available ingredients, let AI feed you.<P>AI Peaks 2023
|
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
8 |
-
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk
|
9 |
|
10 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
11 |
title=title,
|
|
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
8 |
+
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk!")
|
9 |
|
10 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
11 |
title=title,
|