Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ detection_model = load_model()
|
|
78 |
gr.Interface(fn=predict,
|
79 |
inputs=gr.Image(type="pil"),
|
80 |
outputs=gr.Image(type="pil"),
|
81 |
-
title="Custom TF Object Detection:
|
82 |
description="MODEL=ssd_mobilenet_v2_320x320_coco17_tpu-8",
|
83 |
-
examples=["image1.jpg","image2.jpg","image3.jpg"
|
84 |
).launch(share=True)
|
|
|
78 |
gr.Interface(fn=predict,
|
79 |
inputs=gr.Image(type="pil"),
|
80 |
outputs=gr.Image(type="pil"),
|
81 |
+
title="Custom TF Object Detection: Leopard & Deer",
|
82 |
description="MODEL=ssd_mobilenet_v2_320x320_coco17_tpu-8",
|
83 |
+
examples=["image1.jpg","image2.jpg","image3.jpg"]
|
84 |
).launch(share=True)
|