Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,15 +183,15 @@ def create_arena_interface(data_dir: str = None):
|
|
| 183 |
gr.Markdown(
|
| 184 |
"""### Welcome to the Dubbing Evaluation Arena!
|
| 185 |
In this study, the models modify only the lip region of the characters to better match the new dubbed audio, while the rest of the video remains unchanged.
|
| 186 |
-
|
| 187 |
Please compare the two videos and vote for the one you prefer based on the following criteria:
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
)
|
| 196 |
|
| 197 |
# State variables
|
|
|
|
| 183 |
gr.Markdown(
|
| 184 |
"""### Welcome to the Dubbing Evaluation Arena!
|
| 185 |
In this study, the models modify only the lip region of the characters to better match the new dubbed audio, while the rest of the video remains unchanged.
|
| 186 |
+
|
| 187 |
Please compare the two videos and vote for the one you prefer based on the following criteria:
|
| 188 |
+
- **Lip Synchronization with Audio**: How well the character's lip movements align with the new speech.
|
| 189 |
+
- **Overall Coherence**: How seamlessly the modified lip movements integrate with the rest of the video.
|
| 190 |
+
- **Image Quality**: Clarity and visual appeal of the video.
|
| 191 |
+
|
| 192 |
+
Select either the left or right video as your preference. Thank you for your feedback!
|
| 193 |
+
|
| 194 |
+
(**Note**: If you are on a mobile phone, try turning the screen landscape for a better experience)"""
|
| 195 |
)
|
| 196 |
|
| 197 |
# State variables
|