Spaces:
Runtime error
Runtime error
valentynliubchenko
commited on
Commit
·
72b17a3
1
Parent(s):
468d788
first commit
Browse files
app.py
CHANGED
|
@@ -34,7 +34,8 @@ iface = gr.Interface(
|
|
| 34 |
outputs=["image", gr.Textbox(label="More info")],
|
| 35 |
title="YOLO Object detection. Trained on xView dataset. Medium model. Predict with conf=0.6",
|
| 36 |
description='''The xView dataset is composed of satellite images collected from WorldView-3 satellites at a 0.3m ground sample distance.\n
|
| 37 |
-
It contains over 1 million objects across 60 classes in over 1,400 km of imagery.
|
|
|
|
| 38 |
live=True,
|
| 39 |
examples=example_list
|
| 40 |
)
|
|
|
|
| 34 |
outputs=["image", gr.Textbox(label="More info")],
|
| 35 |
title="YOLO Object detection. Trained on xView dataset. Medium model. Predict with conf=0.6",
|
| 36 |
description='''The xView dataset is composed of satellite images collected from WorldView-3 satellites at a 0.3m ground sample distance.\n
|
| 37 |
+
It contains over 1 million objects across 60 classes in over 1,400 km of imagery.
|
| 38 |
+
https://challenge.xviewdataset.org ''',
|
| 39 |
live=True,
|
| 40 |
examples=example_list
|
| 41 |
)
|