danielritchie commited on
Commit
981e5b5
1 Parent(s): d32473f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  title="Daniel's Recipe-O-Matic"
4
- description="Enter your available ingredients, let AI feed you.<P>AI Peaks 2023 workshop led by Daniel Ritchie from the Brain Wave Collective."
5
  examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
6
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")
@@ -16,6 +16,6 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
16
  #theme="finlaymacklon/boxy_violet"
17
  #theme="freddyaboulton/dracula_revamped"
18
  #theme="abidlabs/pakistan"
19
- theme="gradio/glass"
20
- #theme="default"
21
  ).launch()
 
1
  import gradio as gr
2
 
3
  title="Daniel's Recipe-O-Matic"
4
+ description="Enter your available ingredients and get a recipe in return, but think twice about letting AI feed you.<P>CU workshop led by Daniel Ritchie from the Brain Wave Collective."
5
  examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
6
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")
 
16
  #theme="finlaymacklon/boxy_violet"
17
  #theme="freddyaboulton/dracula_revamped"
18
  #theme="abidlabs/pakistan"
19
+ #theme="gradio/glass"
20
+ theme="default"
21
  ).launch()