Spaces:
Sleeping
Sleeping
Commit
·
be86abb
1
Parent(s):
59daede
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ INSTRUCTIONS = """
|
|
77 |
<tr>
|
78 |
<td><img src="https://glitchbench.github.io/static/instructions/flying-horse.jpeg" alt="flying horse" style="width:100%; max-width:300px;"></td>
|
79 |
<td>"A horse floating in the air", or "A person riding a horse flying in the air"</td>
|
80 |
-
<td><img src="https://glitchbench.github.io/static/instructions/t-
|
81 |
<td>"A character performing a T-pose"</td>
|
82 |
</tr>
|
83 |
<tr>
|
@@ -92,6 +92,12 @@ INSTRUCTIONS = """
|
|
92 |
<td><img src="https://glitchbench.github.io/static/instructions/stretched_neck.jpeg" alt="unnatural neck" style="width:100%; max-width:300px;"></td>
|
93 |
<td>"A person with a stretched neck."</td>
|
94 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
</table>
|
96 |
</section>
|
97 |
|
|
|
77 |
<tr>
|
78 |
<td><img src="https://glitchbench.github.io/static/instructions/flying-horse.jpeg" alt="flying horse" style="width:100%; max-width:300px;"></td>
|
79 |
<td>"A horse floating in the air", or "A person riding a horse flying in the air"</td>
|
80 |
+
<td><img src="https://glitchbench.github.io/static/instructions/t-pose2.jpeg" alt="t-pose" style="width:100%; max-width:300px;"></td>
|
81 |
<td>"A character performing a T-pose"</td>
|
82 |
</tr>
|
83 |
<tr>
|
|
|
92 |
<td><img src="https://glitchbench.github.io/static/instructions/stretched_neck.jpeg" alt="unnatural neck" style="width:100%; max-width:300px;"></td>
|
93 |
<td>"A person with a stretched neck."</td>
|
94 |
</tr>
|
95 |
+
<tr>
|
96 |
+
<td><img src="https://glitchbench.github.io/static/instructions/placeholder.png" alt="unnatural hands" style="width:100%; max-width:300px;"></td>
|
97 |
+
<td>"A tree has a placeholder texture."</td>
|
98 |
+
<td><img src="https://glitchbench.github.io/static/instructions/low-res-texture.jpeg" alt="unnatural neck" style="width:100%; max-width:300px;"></td>
|
99 |
+
<td>"The ground has a low-resolution texture."</td>
|
100 |
+
</tr>
|
101 |
</table>
|
102 |
</section>
|
103 |
|