patrickvonplaten
commited on
Commit
·
e0d8a5a
1
Parent(s):
fe60feb
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ RESULT = {
|
|
66 |
}
|
67 |
NUM_QUESTIONS = 10
|
68 |
MODEL_KEYS = "-".join(SUBMISSIONS.keys())
|
69 |
-
SUBMISSION_ORG = f"
|
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())
|
|
|
66 |
}
|
67 |
NUM_QUESTIONS = 10
|
68 |
MODEL_KEYS = "-".join(SUBMISSIONS.keys())
|
69 |
+
SUBMISSION_ORG = f"result-{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())
|