offry commited on
Commit
f681eb3
·
1 Parent(s): a924d82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,4 +415,4 @@ gr.Interface(fn=predict,
415
  "https://arxiv.org/abs/2211.09480.",
416
  examples=['anth.jpg', 'beetle_snakes.jpg', 'bird.jpg', 'cross.jpg', 'ibex.jpg',
417
  'lion.jpg', 'lion2.jpg', 'sa.jpg'],
418
- outputs=[gr.Label(num_top_classes=1), gr.Label(num_top_classes=1), 'plot', 'text'], ).launch(share=True)
 
415
  "https://arxiv.org/abs/2211.09480.",
416
  examples=['anth.jpg', 'beetle_snakes.jpg', 'bird.jpg', 'cross.jpg', 'ibex.jpg',
417
  'lion.jpg', 'lion2.jpg', 'sa.jpg'],
418
+ outputs=[gr.Label(num_top_classes=1), gr.Label(num_top_classes=1), 'plot', 'text'], ).launch(share=True, enable_queue=True)