ajinkyakolhe112 commited on
Commit
8129089
·
verified ·
1 Parent(s): 98af2c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-conta
40
  # outputs=gr.Label(num_top_classes=3),
41
  # examples=["lion.jpg", "cheetah.jpg"]).launch()
42
 
43
- demo.launch(debug=True)
 
40
  # outputs=gr.Label(num_top_classes=3),
41
  # examples=["lion.jpg", "cheetah.jpg"]).launch()
42
 
43
+ demo.launch(debug=True, share=True)