Spaces:
Running
Running
wangerniu
commited on
Commit
·
a2f34c5
1
Parent(s):
4bedf45
main
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ examples=[
|
|
98 |
['images/00033.jpg',-122.4384978,37.76426403,128],
|
99 |
]
|
100 |
interface = gr.Interface(fn=demo_localize,
|
101 |
-
inputs=[
|
|
|
102 |
gr.Number(label="The center longitude of the map"),
|
103 |
gr.Number(label="The central latitude of the map"),
|
104 |
gr.Radio([64, 128, 256], label="Search radius (meters)", info="vectorized map size"),
|
|
|
98 |
['images/00033.jpg',-122.4384978,37.76426403,128],
|
99 |
]
|
100 |
interface = gr.Interface(fn=demo_localize,
|
101 |
+
inputs=[
|
102 |
+
gr.Image(label="UAV image"),
|
103 |
gr.Number(label="The center longitude of the map"),
|
104 |
gr.Number(label="The central latitude of the map"),
|
105 |
gr.Radio([64, 128, 256], label="Search radius (meters)", info="vectorized map size"),
|