Commit
Β·
3a65962
1
Parent(s):
661c7d4
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ RESULT = {
|
|
67 |
NUM_QUESTIONS = 10
|
68 |
MODEL_KEYS = "-".join(SUBMISSIONS.keys())
|
69 |
SUBMISSION_ORG = f"results-{MODEL_KEYS}"
|
70 |
-
PROMPT_FORMAT = " Select
|
71 |
|
72 |
submission_names = list(SUBMISSIONS.keys())
|
73 |
num_images = len(SUBMISSIONS[submission_names[0]])
|
@@ -239,7 +239,7 @@ TITLE = "# What AI model is best for you? π©ββοΈ"
|
|
239 |
DESCRIPTION = """
|
240 |
***How it works*** π \n\n
|
241 |
- Upon clicking start, you are shown image descriptions alongside four AI generated images.
|
242 |
-
\n- Select
|
243 |
\n- Answer **10** questions to find out what AI generator most resonates with you.
|
244 |
\n- Your submissions contribute to [**Open Parti Prompts Leaderboard**](https://huggingface.co/spaces/OpenGenAI/parti-prompts-leaderboard) β€οΈ.
|
245 |
\n\n
|
|
|
67 |
NUM_QUESTIONS = 10
|
68 |
MODEL_KEYS = "-".join(SUBMISSIONS.keys())
|
69 |
SUBMISSION_ORG = f"results-{MODEL_KEYS}"
|
70 |
+
PROMPT_FORMAT = " Select the image that best matches the prompt and click on 'Submit'. Remember that if more images match the prompt equally well, select them all. If no image matches the prompt, no image shall be selected."
|
71 |
|
72 |
submission_names = list(SUBMISSIONS.keys())
|
73 |
num_images = len(SUBMISSIONS[submission_names[0]])
|
|
|
239 |
DESCRIPTION = """
|
240 |
***How it works*** π \n\n
|
241 |
- Upon clicking start, you are shown image descriptions alongside four AI generated images.
|
242 |
+
\n- Select the image that bets matches the prompt. If multiple images match the prompt equally well, select all images. If no image matches the prompt, leave all images *unchecked* if no image matches the prompt.
|
243 |
\n- Answer **10** questions to find out what AI generator most resonates with you.
|
244 |
\n- Your submissions contribute to [**Open Parti Prompts Leaderboard**](https://huggingface.co/spaces/OpenGenAI/parti-prompts-leaderboard) β€οΈ.
|
245 |
\n\n
|