danielritchie commited on
Commit
8cb5f5c
1 Parent(s): bdeb979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ gr.Interface.load("models/flax-community/t5-recipe-generation",
13
  examples=examples,
14
  inputs=inputs,
15
  outputs=outputs,
16
- #theme="finlaymacklon/boxy_violet"
17
  #theme="freddyaboulton/dracula_revamped"
18
  #theme="abidlabs/pakistan"
19
  #theme="gradio/glass"
20
- theme="default"
21
  ).launch()
 
13
  examples=examples,
14
  inputs=inputs,
15
  outputs=outputs,
16
+ theme="finlaymacklon/boxy_violet"
17
  #theme="freddyaboulton/dracula_revamped"
18
  #theme="abidlabs/pakistan"
19
  #theme="gradio/glass"
20
+ #theme="default"
21
  ).launch()