Update app.py
Browse files
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)
|