Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
17f91f8
1
Parent(s):
6ad0561
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def generate_geojson(response):
|
|
110 |
@spaces.GPU
|
111 |
def generate_static_map(geojson_data):
|
112 |
# Create a static map object with specified dimensions
|
113 |
-
m = StaticMap(
|
114 |
|
115 |
# Process each feature in the GeoJSON
|
116 |
for feature in geojson_data["features"]:
|
|
|
110 |
@spaces.GPU
|
111 |
def generate_static_map(geojson_data):
|
112 |
# Create a static map object with specified dimensions
|
113 |
+
m = StaticMap(600, 600)
|
114 |
|
115 |
# Process each feature in the GeoJSON
|
116 |
for feature in geojson_data["features"]:
|