Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def predict_input_image(img):
|
|
10 |
|
11 |
|
12 |
image = gr.inputs.Image(shape=(224,224))
|
13 |
-
label = gr.outputs.Label(num_top_classes=
|
14 |
|
15 |
gr.Interface(fn=predict_input_image, inputs=image, outputs=label,interpretation='default').launch(debug='True')
|
16 |
|
|
|
10 |
|
11 |
|
12 |
image = gr.inputs.Image(shape=(224,224))
|
13 |
+
label = gr.outputs.Label(num_top_classes=1)
|
14 |
|
15 |
gr.Interface(fn=predict_input_image, inputs=image, outputs=label,interpretation='default').launch(debug='True')
|
16 |
|