Spaces:
Runtime error
Runtime error
Commit
·
2c413c6
1
Parent(s):
4a733cc
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ description="Enter your available ingredients, let AI suggest a recipe."
|
|
6 |
examples = [["eggs, potatoes"],["peaches, pears, apples"]]
|
7 |
|
8 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
9 |
-
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk.")
|
10 |
|
11 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
12 |
title=title,
|
|
|
6 |
examples = [["eggs, potatoes"],["peaches, pears, apples"]]
|
7 |
|
8 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
9 |
+
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk.")
|
10 |
|
11 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
12 |
title=title,
|