Spaces:
Runtime error
Runtime error
isLinXu
commited on
Commit
·
dad1b70
1
Parent(s):
55f7dbc
update files
Browse files
app.py
CHANGED
|
@@ -129,8 +129,8 @@ description = "<div align='center'><img src='https://raw.githubusercontent.com/o
|
|
| 129 |
"OpenMMLab Rotated Object Detection Toolbox and Benchmark.</p>"
|
| 130 |
article = "<p style='text-align: center'><a href='https://github.com/open-mmlab/mmrotate'>MMRotate</a></p>" \
|
| 131 |
"<p style='text-align: center'><a href='https://github.com/isLinXu'>gradio build by gatilin</a></a></p>"
|
| 132 |
-
examples = [["demo.jpg", "oriented_rcnn_r50_fpn_1x_dota_le90"],
|
| 133 |
-
["dota_demo.jpg", "r3det_r50_fpn_1x_dota_oc"],
|
| 134 |
]
|
| 135 |
gr.Interface(
|
| 136 |
fn=predict_image,
|
|
|
|
| 129 |
"OpenMMLab Rotated Object Detection Toolbox and Benchmark.</p>"
|
| 130 |
article = "<p style='text-align: center'><a href='https://github.com/open-mmlab/mmrotate'>MMRotate</a></p>" \
|
| 131 |
"<p style='text-align: center'><a href='https://github.com/isLinXu'>gradio build by gatilin</a></a></p>"
|
| 132 |
+
examples = [["demo.jpg", "oriented_rcnn_r50_fpn_1x_dota_le90",'dota',0.3,'cpu'],
|
| 133 |
+
["dota_demo.jpg", "r3det_r50_fpn_1x_dota_oc",'dota',0.3,'cpu'],
|
| 134 |
]
|
| 135 |
gr.Interface(
|
| 136 |
fn=predict_image,
|