csukuangfj
commited on
Commit
·
dedd41c
1
Parent(s):
86023ec
small fixes
Browse files
app.py
CHANGED
@@ -59,10 +59,10 @@ css = """
|
|
59 |
examples = [
|
60 |
[
|
61 |
"English",
|
62 |
-
"
|
63 |
"President-Obama-on-the-Importance-of-Education.mp4",
|
64 |
],
|
65 |
-
["English", "
|
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:
|