Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ 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:
|
| 8 |
with gr.Row():
|
| 9 |
inp_pass=gr.Textbox()
|
|
|
|
| 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:
|
| 8 |
with gr.Row():
|
| 9 |
inp_pass=gr.Textbox()
|