Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
robocan/City-Guessr
robocan
/
GeoGuessrRobot
like
2
Running
App
Files
Files
Community
robocan
commited on
Jun 24
Commit
0e4e27b
•
1 Parent(s):
6ad2f47
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,7 +111,7 @@ def create_map_figure(predictions, cell_ids):
111
lon=np.mean(lons)
112
),
113
pitch=0,
114
-
zoom=
0
115
),
116
)
117
111
lon=np.mean(lons)
112
),
113
pitch=0,
114
+
zoom=
1
115
),
116
)
117