JohanBeytell commited on
Commit
a60b794
·
verified ·
1 Parent(s): babc8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,10 +131,10 @@ with gr.Blocks() as demo:
131
  The model can handle images with a small UI overlay (like from Google Street View),
132
  as long as the **main scene is clearly visible**.
133
 
134
- Optionally, provide the real coordinates to compare predictions for comparison and distance calculation on a world map.
135
 
136
  > **Note:**
137
- > Locus was not trained on **actual** GeoGuessr streetview data. Only on publicly-accessible Google Streetview images.
138
  """
139
  )
140
  with gr.Row():
 
131
  The model can handle images with a small UI overlay (like from Google Street View),
132
  as long as the **main scene is clearly visible**.
133
 
134
+ You can optionally provide the actual coordinates to compare predictions and calculate distances on a world map.
135
 
136
  > **Note:**
137
+ > Locus was trained solely on publicly accessible Google Street View images, not on **actual GeoGuessr data**.
138
  """
139
  )
140
  with gr.Row():