Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def classify_image(inp):
|
|
| 17 |
return {labels[i]: float(prediction[i]) for i in range(1000)}
|
| 18 |
|
| 19 |
|
| 20 |
-
image = gr.Image(
|
| 21 |
label = gr.Label(num_top_classes=3)
|
| 22 |
|
| 23 |
title="Gradio Image Classifiction + interpretation Example"
|
|
|
|
| 17 |
return {labels[i]: float(prediction[i]) for i in range(1000)}
|
| 18 |
|
| 19 |
|
| 20 |
+
image = gr.Image()
|
| 21 |
label = gr.Label(num_top_classes=3)
|
| 22 |
|
| 23 |
title="Gradio Image Classifiction + interpretation Example"
|