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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import gradio as gr
3
  def get_map(inp):
4
  if inp == os.environ.get("PASS"):
5
  print("downloading")
6
- os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
 
7
  print("done")
8
  out = os.path.abspath("north-america-latest.osm.pbf")
9
  print (out)
 
3
  def get_map(inp):
4
  if inp == os.environ.get("PASS"):
5
  print("downloading")
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)