Devaholic commited on
Commit
f35fec9
·
1 Parent(s): 23b6b25

Add top 5 confidences to the output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ if __name__ == '__main__':
40
  inputs=gr.Image(shape=(299, 299), image_mode='RGB', tool='select'),
41
  outputs=gr.outputs.Label(num_top_classes=5)
42
  )
43
- app.launch()
 
40
  inputs=gr.Image(shape=(299, 299), image_mode='RGB', tool='select'),
41
  outputs=gr.outputs.Label(num_top_classes=5)
42
  )
43
+ app.launch(share=True)