kadirnar commited on
Commit
ea4e87d
1 Parent(s): 7fdebcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ with gradio_app:
34
  </h3>
35
  """)
36
 
37
- input_image = gr.inputs.Image(type="numpy")
38
- output_image = gr.outputs.Image(type="numpy", label="Annotated Image")
39
 
40
  gr.Interface(
41
  fn=detect,
 
34
  </h3>
35
  """)
36
 
37
+ input_image = gr.Image(type="numpy")
38
+ output_image = gr.Image(type="numpy", label="Annotated Image")
39
 
40
  gr.Interface(
41
  fn=detect,