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

small fixes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,10 +59,10 @@ css = """
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:
 
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: