Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(image):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
-
inputs=gr.inputs.Image(label="Upload
|
13 |
outputs=gr.outputs.Label(num_top_classes=5),
|
14 |
title="Image Classification",
|
15 |
).launch()
|
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
+
inputs=gr.inputs.Image(label="Upload an image", type="filepath"),
|
13 |
outputs=gr.outputs.Label(num_top_classes=5),
|
14 |
title="Image Classification",
|
15 |
).launch()
|