22A223R commited on
Commit
6a93302
1 Parent(s): ea58dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,7 +87,7 @@ detection_model = load_model()
87
 
88
  gr.Interface(fn=predict,
89
  inputs=gr.Image(type="pil"),
90
- outputs=gr.Image(type="pil")
91
- title="Object Detection Model for Standing Fan and Watch"
92
  description="Model used: ssd_mobilenet_v2_320x320_coco17_tpu-8",
93
  ).launch(share=True)
 
87
 
88
  gr.Interface(fn=predict,
89
  inputs=gr.Image(type="pil"),
90
+ outputs=gr.Image(type="pil"),
91
+ title="Object Detection Model for Standing Fan and Watch",
92
  description="Model used: ssd_mobilenet_v2_320x320_coco17_tpu-8",
93
  ).launch(share=True)