Jofthomas commited on
Commit
b1dc763
·
1 Parent(s): 2f92831

updated "how to play"

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -718,11 +718,17 @@ with gr.Blocks(css=APP_CSS, title="LLM GeoGuessr") as demo:
718
  login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=300)
719
 
720
  gr.Markdown("""
 
 
 
 
721
  ### How to Play
722
- 1. **Select a difficulty** and click "Start Game".
723
- 2. You'll be shown a random Street View image for 3 rounds.
724
  3. Place a marker on the mini-map to guess the location.
725
- 4. Submit your guess and see how your score compares to the AI's!
 
 
726
  """)
727
 
728
  login_prompt_md = gr.Markdown("### Please log in with your Hugging Face account to play.", visible=True)
 
718
  login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=300)
719
 
720
  gr.Markdown("""
721
+ ###Magistral
722
+ Magistral is a multimodal model trained by Mistral AI to do visual reasoning.
723
+ Magistral has not been trained on geogusser data, which makes it a fair experience.
724
+
725
  ### How to Play
726
+ 1. **Login** using your Hugging Face account and click "Start Game".
727
+ 2. You'll be shown a random google maps image.
728
  3. Place a marker on the mini-map to guess the location.
729
+ 4. Submit your guess and see how your score compares to the AI's! You score is 5000 - (distance to the ground truth in km).
730
+
731
+ The game consists of 3 rounds !
732
  """)
733
 
734
  login_prompt_md = gr.Markdown("### Please log in with your Hugging Face account to play.", visible=True)