panik commited on
Commit
391d7ae
·
verified ·
1 Parent(s): 8891d61

remove gr.Interface interpretation param

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ gr.Interface(fn=predict_image,
22
  inputs = image,
23
  outputs = label,
24
  live=True,
25
- interpretation='default',
26
  allow_flagging="never").launch()
 
22
  inputs = image,
23
  outputs = label,
24
  live=True,
25
+ #interpretation='default',
26
  allow_flagging="never").launch()