Spaces:
Running
Running
Commit
·
57d19eb
1
Parent(s):
82b88f8
app: add mentioned of baselines dataset
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ def main():
|
|
17 |
### Objective evaluation of speech generation systems
|
18 |
Evaluations are done with [speech_gen_eval](https://github.com/balacoon/speech_gen_eval),
|
19 |
on [speech_gen_eval_testsets](https://huggingface.co/datasets/balacoon/speech_gen_eval_testsets).
|
|
|
20 |
"""
|
21 |
)
|
22 |
|
|
|
17 |
### Objective evaluation of speech generation systems
|
18 |
Evaluations are done with [speech_gen_eval](https://github.com/balacoon/speech_gen_eval),
|
19 |
on [speech_gen_eval_testsets](https://huggingface.co/datasets/balacoon/speech_gen_eval_testsets).
|
20 |
+
Results and audio are fetched from [speech_gen_baselines](https://huggingface.co/datasets/balacoon/speech_gen_baselines).
|
21 |
"""
|
22 |
)
|
23 |
|