Commit
·
57418a4
1
Parent(s):
a8b8b5b
Update app.py
Browse files
app.py
CHANGED
@@ -17,12 +17,7 @@ gr.Interface(
|
|
17 |
|
18 |
],
|
19 |
outputs=gr.Gallery(rows=2, columns=1),
|
20 |
-
title =
|
21 |
-
Classes supported : \\n aeroplane, bicycle, bird,
|
22 |
-
boat, bottle, bus, car, cat, chair,
|
23 |
-
cow, diningtable, dog,horse, motorbike,
|
24 |
-
person, pottedplant, sheep, sofa,train, tvmonitor
|
25 |
-
'''
|
26 |
|
27 |
,examples=[
|
28 |
["Examples/000001.jpg", 0.75, 0.75, True, 0.5],
|
|
|
17 |
|
18 |
],
|
19 |
outputs=gr.Gallery(rows=2, columns=1),
|
20 |
+
title = "Object Detection : YoloV3 on PASCAL VOC Dataset From Scratch"
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
,examples=[
|
23 |
["Examples/000001.jpg", 0.75, 0.75, True, 0.5],
|