csukuangfj commited on
Commit
86023ec
1 Parent(s): 443ccfa

small fixes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -59,13 +59,13 @@ css = """
59
  examples = [
60
  [
61
  "English",
62
- "whisper-tiny.en",
63
  "President-Obama-on-the-Importance-of-Education.mp4",
64
  ],
65
- ["English", "whisper-tiny.en", "jobs-at-stanford.mp4"],
66
  ]
67
 
68
- for _, name, _ in examples:
69
  filename = get_file(
70
  "csukuangfj/vad",
71
  name,
 
59
  examples = [
60
  [
61
  "English",
62
+ "csukuangfj/whisper-tiny.en",
63
  "President-Obama-on-the-Importance-of-Education.mp4",
64
  ],
65
+ ["English", "csukuangfj/whisper-tiny.en", "jobs-at-stanford.mp4"],
66
  ]
67
 
68
+ for _, _, name in examples:
69
  filename = get_file(
70
  "csukuangfj/vad",
71
  name,