marcelomoreno26
commited on
Commit
•
f0a26f7
1
Parent(s):
566ea39
Update app.py
Browse filesAdding playing instructions
app.py
CHANGED
@@ -116,6 +116,8 @@ with gr.Blocks() as demo:
|
|
116 |
|
117 |
gr.Markdown("# GeoGuessr - Can You Beat the AI?")
|
118 |
gr.Markdown("Try to guess the country in the image. Can you beat the AI?")
|
|
|
|
|
119 |
img = gr.Image(image)
|
120 |
radio = gr.Radio(choices=options, label ="Select the country:")
|
121 |
ai_pred = gr.Markdown()
|
|
|
116 |
|
117 |
gr.Markdown("# GeoGuessr - Can You Beat the AI?")
|
118 |
gr.Markdown("Try to guess the country in the image. Can you beat the AI?")
|
119 |
+
gr.Markdown("### Instructions:\n1. First to Start playing press **Get New Image** at the bottom (the server needs to refresh from the cache and previous user)")
|
120 |
+
gr.Markdown("2. Select the country where you think the image was taken.\n3. Review the results.\n4. Play again by clicking **Get New Image**")
|
121 |
img = gr.Image(image)
|
122 |
radio = gr.Radio(choices=options, label ="Select the country:")
|
123 |
ai_pred = gr.Markdown()
|