toninio19 commited on
Commit
5f26962
·
verified ·
1 Parent(s): 8b6aaae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -181,13 +181,13 @@ def create_arena_interface(data_dir: str = None):
181
  """,
182
  ) as demo:
183
  gr.Markdown(
184
- """### Welcome to the Video Model Ranking Arena!
185
-
186
- Please compare the two videos and vote for the one you prefer based on the following criteria:
187
-
 
 
188
  - **Image Quality**: Clarity and visual appeal of the video.
189
- - **Video Quality**: The general effectiveness and realism of the video.
190
- - **Lip Synchronization with Audio**: How well the lip movements match the audio.
191
 
192
  Select either the left or right video as your preference. Thank you for your feedback!
193
 
 
181
  """,
182
  ) as demo:
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