Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,5 @@ def classify_image(img):
|
|
30 |
return outputs[int(pred >= 0.5)]
|
31 |
|
32 |
image = gr.inputs.Image(shape=(64,64))
|
33 |
-
iface = gr.Interface(fn=classify_image, inputs=image, outputs="text", interpretation="default", examples=["
|
34 |
iface.launch(debug=True)
|
|
|
30 |
return outputs[int(pred >= 0.5)]
|
31 |
|
32 |
image = gr.inputs.Image(shape=(64,64))
|
33 |
+
iface = gr.Interface(fn=classify_image, inputs=image, outputs="text", interpretation="default", examples=["Pizza.JPG", "poly.JPG"])
|
34 |
iface.launch(debug=True)
|