patrickvonplaten commited on
Commit
fe60feb
β€’
1 Parent(s): 3a65962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 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,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 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
 
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 multiple 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 best matches the prompt. If multiple images match the prompt equally well, select all images. If no image matches the prompt, leave all images unchecked.
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