Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,10 +51,7 @@ def classify_image_with_inception_net(im):
|
|
| 51 |
imagein = gr.inputs.Image()
|
| 52 |
label = gr.outputs.Label(num_top_classes=3)
|
| 53 |
sample_images = [
|
| 54 |
-
|
| 55 |
-
["sailboat.jpg"],
|
| 56 |
-
["bicycle.jpg"],
|
| 57 |
-
["download.jpg"],
|
| 58 |
]
|
| 59 |
|
| 60 |
|
|
|
|
| 51 |
imagein = gr.inputs.Image()
|
| 52 |
label = gr.outputs.Label(num_top_classes=3)
|
| 53 |
sample_images = [
|
| 54 |
+
|
|
|
|
|
|
|
|
|
|
| 55 |
]
|
| 56 |
|
| 57 |
|