cjensen commited on
Commit
ca34687
1 Parent(s): 755a2c0

interpretation FTW

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ article = """
30
 
31
  interface = gr.Interface(
32
  classify,
 
33
  inputs='image',
34
  outputs='label',
35
  instructuction = Instruction,
 
30
 
31
  interface = gr.Interface(
32
  classify,
33
+ interpretation="default",
34
  inputs='image',
35
  outputs='label',
36
  instructuction = Instruction,