humbleakh commited on
Commit
209ef66
·
verified ·
1 Parent(s): 1fb7706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ gr.close_all()
38
 
39
  demo = gr.Interface(
40
  fn=detect_object,
41
- inputs=[gr.Image(label="Select Image", type="filepath")],
42
  outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
43
  title="Object Detector",
44
  theme="soft",
 
38
 
39
  demo = gr.Interface(
40
  fn=detect_object,
41
+ inputs=[gr.Image(label="Select Image", type="pil")],
42
  outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
43
  title="Object Detector",
44
  theme="soft",