Omnibus commited on
Commit
ceb14ca
·
verified ·
1 Parent(s): 7d6df95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import gradio as gr
3
  def get_map(inp):
4
- if inp = os.environ.get("PASS"):
5
  os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
6
  print(done)
7
  with gr.Blocks() as app:
 
1
  import os
2
  import gradio as gr
3
  def get_map(inp):
4
+ if inp == os.environ.get("PASS"):
5
  os.system("wget https://download.geofabrik.de/north-america-latest.osm.pbf")
6
  print(done)
7
  with gr.Blocks() as app: