Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,15 @@ def create_arena_interface():
|
|
| 175 |
""",
|
| 176 |
) as demo:
|
| 177 |
gr.Markdown(
|
| 178 |
-
"# Video Model Ranking Arena
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
)
|
| 180 |
|
| 181 |
# State variables
|
|
@@ -193,7 +201,7 @@ def create_arena_interface():
|
|
| 193 |
with gr.Row():
|
| 194 |
# Buttons for voting
|
| 195 |
left_button = gr.Button("๐ Left video looks better", size="lg")
|
| 196 |
-
right_button = gr.Button("Right video looks better ", size="lg")
|
| 197 |
|
| 198 |
# Add a hidden passkey input
|
| 199 |
with gr.Row():
|
|
|
|
| 175 |
""",
|
| 176 |
) as demo:
|
| 177 |
gr.Markdown(
|
| 178 |
+
"""### Welcome to the Video Model Ranking Arena!
|
| 179 |
+
|
| 180 |
+
Please compare the two videos and vote for the one you prefer based on the following criteria:
|
| 181 |
+
|
| 182 |
+
- **Image Quality**: Clarity and visual appeal of the video.
|
| 183 |
+
- **Video Quality**: The general effectiveness and realism of the video.
|
| 184 |
+
- **Lip Synchronization with Audio**: How well the lip movements match the audio.
|
| 185 |
+
|
| 186 |
+
Select either the left or right video as your preference. Thank you for your feedback!"""
|
| 187 |
)
|
| 188 |
|
| 189 |
# State variables
|
|
|
|
| 201 |
with gr.Row():
|
| 202 |
# Buttons for voting
|
| 203 |
left_button = gr.Button("๐ Left video looks better", size="lg")
|
| 204 |
+
right_button = gr.Button("Right video looks better ๐", size="lg")
|
| 205 |
|
| 206 |
# Add a hidden passkey input
|
| 207 |
with gr.Row():
|