valentynliubchenko commited on
Commit
74c67ab
·
1 Parent(s): b613d12

Added list of name

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,7 +60,8 @@ iface = gr.Interface(
60
  outputs=["image", gr.Textbox(label="More info")],
61
  title="YOLO Object detection. Trained on bird_1_3_dataset (millitary vehicles).",
62
  description='''The bird_1_3_dataset dataset is composed of millitary vehicles.\n
63
- https://universe.roboflow.com/arnold-gudima-t7mdj/bird_1_3 ''',
 
64
  live=True,
65
  examples=example_list
66
  )
 
60
  outputs=["image", gr.Textbox(label="More info")],
61
  title="YOLO Object detection. Trained on bird_1_3_dataset (millitary vehicles).",
62
  description='''The bird_1_3_dataset dataset is composed of millitary vehicles.\n
63
+ Lost names of objects: BMP-BMD, BMPBMD, BTR, KAMAZ, MTLB, RLS, RSZO, SAU, TANK, URAL, ZRK.
64
+ https://universe.roboflow.com/arnold-gudima-t7mdj/bird_1_3 ''',
65
  live=True,
66
  examples=example_list
67
  )