add examples
Browse files- app.py +2 -2
- local/Julianna_Set1_Author_01.wav +0 -0
- local/Patient_Arthur_set1_002_noisy.wav +0 -0
app.py
CHANGED
@@ -93,8 +93,8 @@ with open("local/description.md") as f:
|
|
93 |
# calc_mos("audio_2023-11-01_15-57-39.wav", "hello world")
|
94 |
# pdb.set_trace()
|
95 |
examples = [
|
96 |
-
[
|
97 |
-
[
|
98 |
]
|
99 |
iface = gr.Interface(
|
100 |
fn=calc_mos,
|
|
|
93 |
# calc_mos("audio_2023-11-01_15-57-39.wav", "hello world")
|
94 |
# pdb.set_trace()
|
95 |
examples = [
|
96 |
+
["local/Julianna_Set1_Author_01.wav", "Once upon a time, there was a young rat named Arthur who couldn't make up his mind."],
|
97 |
+
["local/Patient_Arthur_set1_002_noisy.wav", "Whenever the other rats asked him if he would like to go hunting with them, he would answer in a soft voice, 'I don't know.'"],
|
98 |
]
|
99 |
iface = gr.Interface(
|
100 |
fn=calc_mos,
|
local/Julianna_Set1_Author_01.wav
ADDED
Binary file (662 kB). View file
|
|
local/Patient_Arthur_set1_002_noisy.wav
ADDED
Binary file (246 kB). View file
|
|