Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 108 |
gr.Markdown(
|
| 109 |
''' ## Like or Dislike
|
| 110 |
You're given a short review of a movie, book or restaurant.
|
| 111 |
-
The goal of this game is to guess how *positive* the review is, from 0 (=extremely bad) to
|
| 112 |
|
| 113 |
* Step 1: Get an English or Dutch review and guess the corresponding score.
|
| 114 |
* Step 2: Check the score guessed by AI. Who gets the most correct answer wins.
|
|
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 185 |
''' ## Male or Female
|
| 186 |
|
| 187 |
You're given a sentence written by a person.
|
| 188 |
-
The goal of the game is to guess the gender of that person, from 0 (=Male) to
|
| 189 |
|
| 190 |
- Step 1: Get a sentence and guess the gender of its author.
|
| 191 |
- Step 2: Check the gender guessed by AI. Who gets the most correct answer wins.
|
|
|
|
| 108 |
gr.Markdown(
|
| 109 |
''' ## Like or Dislike
|
| 110 |
You're given a short review of a movie, book or restaurant.
|
| 111 |
+
The goal of this game is to guess how *positive* the review is, from 0 (=extremely bad) to 10 (=fantastic).
|
| 112 |
|
| 113 |
* Step 1: Get an English or Dutch review and guess the corresponding score.
|
| 114 |
* Step 2: Check the score guessed by AI. Who gets the most correct answer wins.
|
|
|
|
| 185 |
''' ## Male or Female
|
| 186 |
|
| 187 |
You're given a sentence written by a person.
|
| 188 |
+
The goal of the game is to guess the gender of that person, from 0 (=Male) to 10 (=Female).
|
| 189 |
|
| 190 |
- Step 1: Get a sentence and guess the gender of its author.
|
| 191 |
- Step 2: Check the gender guessed by AI. Who gets the most correct answer wins.
|