Omnibus commited on
Commit
81569db
·
verified ·
1 Parent(s): 915a918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def get_map(inp):
6
  os.system("wget https://download.geofabrik.de/north-america/canada/quebec-latest.osm.pbf")
7
  #os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
8
  print("done")
9
- out = os.path.abspath("north-america-latest.osm.pbf")
10
  print (out)
11
  return gr.update()
12
  with gr.Blocks() as app:
 
6
  os.system("wget https://download.geofabrik.de/north-america/canada/quebec-latest.osm.pbf")
7
  #os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
8
  print("done")
9
+ out = os.path.abspath("quebec-latest.osm.pbf")
10
  print (out)
11
  return gr.update()
12
  with gr.Blocks() as app: