Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
Β·
d168010
1
Parent(s):
84e9fa1
Update app.py
Browse files
app.py
CHANGED
@@ -84,9 +84,11 @@ Text-to-image models are notoriously difficult to evaluate. [FID](https://en.wik
|
|
84 |
[CLIP Score](https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance) are not enough to accurately state whether a text-to-image model can
|
85 |
**generate "good" images**. "Good" is extremely difficult to put into numbers. \n\n
|
86 |
Instead, the **Open Parti Prompts Leaderboard** uses human feedback from the community to compare images from different text-to-image models to each other.
|
|
|
87 |
\n\n
|
88 |
-
|
89 |
-
|
|
|
90 |
"""
|
91 |
|
92 |
EXPLANATION = """\n\n
|
|
|
84 |
[CLIP Score](https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance) are not enough to accurately state whether a text-to-image model can
|
85 |
**generate "good" images**. "Good" is extremely difficult to put into numbers. \n\n
|
86 |
Instead, the **Open Parti Prompts Leaderboard** uses human feedback from the community to compare images from different text-to-image models to each other.
|
87 |
+
|
88 |
\n\n
|
89 |
+
|
90 |
+
***Please take 3 minutes to contribute to the benchmark.*** β€οΈ \n
|
91 |
+
π ***Play on round of [Open Parti Prompts Game](https://huggingface.co/spaces/OpenGenAI/open-parti-prompts) to contribute 10 answers.*** π€
|
92 |
"""
|
93 |
|
94 |
EXPLANATION = """\n\n
|