wangerniu commited on
Commit
a2f34c5
·
1 Parent(s): 4bedf45
Files changed (1) hide show
  1. app.py +2 -1
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=["UAV image",
 
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"),