Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
cfb4fcb
1
Parent(s):
0d18675
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
title="AI Peaks - Recipe-O-Matic"
|
4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
5 |
-
examples = [["eggs, potatoes"],["ripe palisades peaches, canned pears, apples"]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
8 |
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk.")
|
|
|
2 |
|
3 |
title="AI Peaks - Recipe-O-Matic"
|
4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
5 |
+
examples = [["eggs, potatoes"],["ripe palisades peaches, canned pears, apples"]]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
8 |
outputs=gr.components.Textbox(label="WARNING: Eat at your own risk.")
|