Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
0020bc6
1
Parent(s):
76d194a
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
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 |
|
@@ -12,7 +12,7 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
|
|
12 |
#examples=examples,
|
13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
14 |
#outputs=outputs,
|
15 |
-
outputs=gr.components.Textbox(label="
|
16 |
#theme="finlaymacklon/boxy_violet",
|
17 |
#theme="freddyaboulton/dracula_revamped",
|
18 |
#theme="abidlabs/pakistan",
|
|
|
2 |
|
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 |
|
|
|
12 |
#examples=examples,
|
13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
14 |
#outputs=outputs,
|
15 |
+
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk."),
|
16 |
#theme="finlaymacklon/boxy_violet",
|
17 |
#theme="freddyaboulton/dracula_revamped",
|
18 |
#theme="abidlabs/pakistan",
|