wangerniu commited on
Commit
4bedf45
·
1 Parent(s): 1c8512d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,9 +84,9 @@ def demo_localize(image,long,lat,tile_size_meters):
84
  # model = torch.hub.load('pytorch/vision:v0.6.0', 'resnet18', pretrained=True).eval()
85
  #标题
86
  title = "MapLocNet"
87
- title="<h1 align="center"><ins>MapLocNet</ins><br>UAV Vision-based Geo-Localization<br>Using Vectorized Maps</h1>"
88
  #标题下的描述,支持md格式
89
- description = "OrienterNet finds the position and orientation of UAV image using OpenStreetMap. Click on one of the provided examples or upload your own UAV image!"
90
 
91
  # outputs = gr.outputs.Label(num_top_classes=3)
92
  # outputs = gr.Plot()
 
84
  # model = torch.hub.load('pytorch/vision:v0.6.0', 'resnet18', pretrained=True).eval()
85
  #标题
86
  title = "MapLocNet"
87
+ # title="<h1 align="center"><ins>MapLocNet</ins><br>UAV Vision-based Geo-Localization<br>Using Vectorized Maps</h1>"
88
  #标题下的描述,支持md格式
89
+ description = "MapLocNet finds the position and orientation of UAV image using OpenStreetMap. Click on one of the provided examples or upload your own UAV image!"
90
 
91
  # outputs = gr.outputs.Label(num_top_classes=3)
92
  # outputs = gr.Plot()