Spaces:
Runtime error
Runtime error
Sameer Segal
commited on
Commit
•
3454616
1
Parent(s):
63b3294
Generating a public link
Browse files
app.py
CHANGED
@@ -18,5 +18,6 @@ gr.Interface(fn=predict,
|
|
18 |
inputs=gr.inputs.Image(shape=(192, 192)),
|
19 |
outputs=gr.outputs.Label(num_top_classes=1),
|
20 |
interpretation="default",
|
21 |
-
examples=[["car.jpg"], ["scooter.png"]]
|
|
|
22 |
).launch()
|
|
|
18 |
inputs=gr.inputs.Image(shape=(192, 192)),
|
19 |
outputs=gr.outputs.Label(num_top_classes=1),
|
20 |
interpretation="default",
|
21 |
+
examples=[["car.jpg"], ["scooter.png"]],
|
22 |
+
share=True
|
23 |
).launch()
|