Zakia commited on
Commit
9da4200
1 Parent(s): 6dbb225

Update app.py - removed interpretation from iface

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ iface = gr.Interface(
56
  outputs=label,
57
  theme="default",
58
  examples=examples,
59
- interpretation=interpretation,
60
  enable_queue=enable_queue
61
  )
62
 
 
56
  outputs=label,
57
  theme="default",
58
  examples=examples,
 
59
  enable_queue=enable_queue
60
  )
61