kellyshreeve commited on
Commit
6bde5ca
·
verified ·
1 Parent(s): 8f19124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,6 +20,5 @@ iface = gr.Interface(fn=predict,
20
  inputs='image',
21
  outputs='label',
22
  title=title,
23
- examples=examples,
24
- interpretation='default')
25
  iface.launch(share=True)
 
20
  inputs='image',
21
  outputs='label',
22
  title=title,
23
+ examples=examples)
 
24
  iface.launch(share=True)