yaizaa commited on
Commit
b33d8b0
·
verified ·
1 Parent(s): 2790265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,6 +15,8 @@ def predict(img):
15
  title = "Winx Club"
16
  description = "Classifier for Winx Club fairies."
17
  examples = ['bloom.jpg', 'stella.jpg', 'layla.jgp', 'musa.jpg', 'tecna.jpg', 'flora.jgp']
 
 
18
 
19
  gr.Interface(
20
  fn=predict,
 
15
  title = "Winx Club"
16
  description = "Classifier for Winx Club fairies."
17
  examples = ['bloom.jpg', 'stella.jpg', 'layla.jgp', 'musa.jpg', 'tecna.jpg', 'flora.jgp']
18
+ interpretation='default'
19
+ enable_queue=True
20
 
21
  gr.Interface(
22
  fn=predict,