Spaces:
Build error
Build error
Commit
·
865c417
1
Parent(s):
458f9d6
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def predict(
|
|
| 33 |
img = add_bboxes(im, output['instances'].pred_boxes, scores=output['instances'].scores)
|
| 34 |
return img
|
| 35 |
|
| 36 |
-
title = "Pet Detection"
|
| 37 |
description = "Demo for Indoor Pet Detection"
|
| 38 |
examples = [
|
| 39 |
["100k_synthetic", 'example.jpg'],
|
|
|
|
| 33 |
img = add_bboxes(im, output['instances'].pred_boxes, scores=output['instances'].scores)
|
| 34 |
return img
|
| 35 |
|
| 36 |
+
title = "Indoor Pet Detection"
|
| 37 |
description = "Demo for Indoor Pet Detection"
|
| 38 |
examples = [
|
| 39 |
["100k_synthetic", 'example.jpg'],
|