Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def image_classifier(inp):
|
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5))
|
21 |
-
demo.launch(debug=True,share=
|
|
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5))
|
21 |
+
demo.launch(debug=True,share=True)
|