qmjnh commited on
Commit
17ff198
1 Parent(s): bc4c6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ UI=gr.Interface(fn=image_to_output,
61
  outputs=gradio_label(num_top_classes=5),
62
  interpretation="default"
63
  )
64
- UI.launch()
 
61
  outputs=gradio_label(num_top_classes=5),
62
  interpretation="default"
63
  )
64
+ UI.launch(share=True)