Spaces:
Runtime error
Runtime error
ozspeech commited on
Commit ·
a8d4f61
1
Parent(s): 268786d
update readme
Browse files
README.md
CHANGED
|
@@ -1,38 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
## Quick Start
|
| 15 |
-
|
| 16 |
-
To launch the application, execute:
|
| 17 |
-
```shell
|
| 18 |
-
python app.py
|
| 19 |
-
```
|
| 20 |
-
|
| 21 |
-
Evaluation results will be saved into `results` directory.
|
| 22 |
-
|
| 23 |
-
## Data Preparation
|
| 24 |
-
Before running the application, prepare a folder containing `N` CSV files, where `N` is the number of participants expected to perform evaluations.
|
| 25 |
-
|
| 26 |
-
Each CSV file should have four columns with `n` rows (`n` can vary between files):
|
| 27 |
-
- `filepath`: Path to the audio file being evaluated.
|
| 28 |
-
- `gt`: Ground-truth audio corresponding to `filepath`.
|
| 29 |
-
- `model`: The model that generated `filepath`.
|
| 30 |
-
- `transcript`: Ground-truth transcript of `filepath`.
|
| 31 |
-
|
| 32 |
-
Refer to the sample in the [data](./samples/data) directory.
|
| 33 |
-
|
| 34 |
-
## How Does This Tool Work?
|
| 35 |
-
|
| 36 |
-
The `MOSApp` class in `app.py` loads and stores each CSV file as an attribute. When users enter their IDs, the application automatically assigns a unique CSV file to each user, ensuring that no two users evaluate the same file.
|
| 37 |
-
|
| 38 |
-
Each user's progress is saved in the `progress` directory. If a user returns to finish their evaluation and enters the same ID as before, their previous progress will be automatically restored.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DiFlow TTS
|
| 3 |
+
emoji: 👀
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.38.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
short_description: MOS Evaluation
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|