Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ samples = ['samples/basking.jpg', 'samples/blacktip.jpg', 'samples/blue.jpg', 's
|
|
62 |
|
63 |
interface = gr.Interface(
|
64 |
fn=predict_image,
|
65 |
-
inputs=image,
|
66 |
outputs=label,
|
67 |
capture_session=True,
|
68 |
allow_flagging=False,
|
|
|
62 |
|
63 |
interface = gr.Interface(
|
64 |
fn=predict_image,
|
65 |
+
inputs=[image, radio],
|
66 |
outputs=label,
|
67 |
capture_session=True,
|
68 |
allow_flagging=False,
|