danielritchie commited on
Commit
0e302b0
1 Parent(s): ae41774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,8 +13,8 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
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",
19
- theme="gradio/glass"
20
  ).launch()
 
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"
19
+ #theme="gradio/glass"
20
  ).launch()