Spaces:
Sleeping
Sleeping
Updated the description of the application
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def inference(
|
|
64 |
|
65 |
|
66 |
title = "Object detection application using YoloV3 Model"
|
67 |
-
description = f"Object detection application using pre-trained YoloV3 model for Pascal VOC dataset. This app has GradCAM option also. \n
|
68 |
examples = [
|
69 |
["images/000811.jpg", 0.6, 0.6, True, 0.6],
|
70 |
["images/000830.jpg", 0.5, 0.5, True, 0.6],
|
|
|
64 |
|
65 |
|
66 |
title = "Object detection application using YoloV3 Model"
|
67 |
+
description = f"Object detection application using pre-trained YoloV3 model for Pascal VOC dataset. This app has GradCAM option also. \n The 20 classes in Pascal voc dataset are : {', '.join(modelConfig.PASCAL_CLASSES)}"
|
68 |
examples = [
|
69 |
["images/000811.jpg", 0.6, 0.6, True, 0.6],
|
70 |
["images/000830.jpg", 0.5, 0.5, True, 0.6],
|