danielritchie commited on
Commit
f278ec1
·
1 Parent(s): a76c4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  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.<P>A fun project for AI Peaks 2023.<P>Workshop led by Daniel Ritchie from the Brain Wave Collective."
5
  examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
6
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")
 
1
  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.<P>AI Peaks 2023 workshop led by Daniel Ritchie from the Brain Wave Collective."
5
  examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
6
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")