Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
2490512
1
Parent(s):
103ed1e
Update app.py
Browse files
app.py
CHANGED
@@ -2,14 +2,14 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
title="Recipe-O-Matic"
|
5 |
-
description="
|
6 |
-
examples = [["eggs potatoes"]]
|
7 |
outputs=gr.components.Textbox(label="lols"),
|
8 |
|
9 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
10 |
title=title,
|
11 |
description=description,
|
12 |
-
examples=examples,
|
13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
14 |
outputs=outputs,
|
15 |
#theme="finlaymacklon/boxy_violet",
|
|
|
2 |
|
3 |
|
4 |
title="Recipe-O-Matic"
|
5 |
+
description="Enter your available ingredients, let AI suggest a recipe. WARNING: Cook at your own risk.",
|
6 |
+
#examples = [["eggs potatoes"]]
|
7 |
outputs=gr.components.Textbox(label="lols"),
|
8 |
|
9 |
gr.Interface.load("models/flax-community/t5-recipe-generation",
|
10 |
title=title,
|
11 |
description=description,
|
12 |
+
#examples=examples,
|
13 |
inputs=gr.Textbox(lines=5, label="Available Ingredients"),
|
14 |
outputs=outputs,
|
15 |
#theme="finlaymacklon/boxy_violet",
|