Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|