zihaoz96 commited on
Commit
e2167bf
1 Parent(s): c7b6585
Files changed (1) hide show
  1. app.py +1 -1
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,