Commit
·
96b9ef3
1
Parent(s):
b26be81
add more examples
Browse files
app.py
CHANGED
@@ -57,6 +57,16 @@ css = """
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
[
|
61 |
"English",
|
62 |
"whisper-tiny.en",
|
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
60 |
+
[
|
61 |
+
"Chinese+English",
|
62 |
+
"csukuangfj/sherpa-onnx-paraformer-zh-2023-03-28",
|
63 |
+
"midc2020-cui-bao-qiu.mp4",
|
64 |
+
],
|
65 |
+
[
|
66 |
+
"English",
|
67 |
+
"whisper-tiny.en",
|
68 |
+
"midc2020-daniel-povey.mp4",
|
69 |
+
],
|
70 |
[
|
71 |
"English",
|
72 |
"whisper-tiny.en",
|