HemaAM commited on
Commit
1071e1e
·
1 Parent(s): 010350c

Updated the description of the application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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],
 
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],