Ridealist commited on
Commit
8e32e83
1 Parent(s): 68d1ccb

fix: add number

Browse files
Files changed (1) hide show
  1. src/obs_eval_gradio.py +2 -2
src/obs_eval_gradio.py CHANGED
@@ -387,13 +387,13 @@ def main():
387
  choices=["Video + Audio", "Video only"]
388
  )
389
  rubric_video_input = gr.Textbox(
390
- label="Video Evaluation Rubric",
391
  info="Enter your evaluation rubric here...",
392
  placeholder="Here's what the performer should *SHOW* as follows:\n1. From standing, bend your knees and straighten your arms in front of you.\n2. Place your hands on the floor, shoulder width apart with fingers pointing forward and your chin on your chest.\n3. Rock forward, straighten legs and transfer body weight onto shoulders.\n4. Rock forward on a rounded back placing both feet on the floor.\n5. Stand using arms for balance, without hands touching the floor.",
393
  lines=7
394
  )
395
  rubric_audio_input = gr.Textbox(
396
- label="Audio Evaluation Rubric (if needed)",
397
  info="Enter your evaluation rubric here...",
398
  placeholder="Here's what the performer should *SAY* as follows:\n1. From standing, you need to shout 'Start' signal.\n2. Rock forward, you shouldn't make any noise while rolling.\n3. Standing still again, you need to shout 'Finish' signal.",
399
  interactive=True,
 
387
  choices=["Video + Audio", "Video only"]
388
  )
389
  rubric_video_input = gr.Textbox(
390
+ label="2. Video Evaluation Rubric",
391
  info="Enter your evaluation rubric here...",
392
  placeholder="Here's what the performer should *SHOW* as follows:\n1. From standing, bend your knees and straighten your arms in front of you.\n2. Place your hands on the floor, shoulder width apart with fingers pointing forward and your chin on your chest.\n3. Rock forward, straighten legs and transfer body weight onto shoulders.\n4. Rock forward on a rounded back placing both feet on the floor.\n5. Stand using arms for balance, without hands touching the floor.",
393
  lines=7
394
  )
395
  rubric_audio_input = gr.Textbox(
396
+ label="3. Audio Evaluation Rubric (if needed)",
397
  info="Enter your evaluation rubric here...",
398
  placeholder="Here's what the performer should *SAY* as follows:\n1. From standing, you need to shout 'Start' signal.\n2. Rock forward, you shouldn't make any noise while rolling.\n3. Standing still again, you need to shout 'Finish' signal.",
399
  interactive=True,