Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
|
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
# ***WhiStress***: Enriching Transcriptions with Sentence Stress Detection
|
34 |
-
|
35 |
|
36 |
Check out our paper: π [***WhiStress***](https://arxiv.org/)
|
37 |
|
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
|
|
42 |
WhiStress includes an additional decoder based classifier that predicts the stress label of each transcription token.
|
43 |
|
44 |
## Training Data
|
45 |
-
|
46 |
-
that is derived from [tinyStories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset.
|
47 |
|
48 |
## Inference Demo
|
49 |
Upload an audio file or record your own voice to transcribe the speech and emphasize the important words.
|
|
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
# ***WhiStress***: Enriching Transcriptions with Sentence Stress Detection
|
34 |
+
WhiStress allows you to detect emphasized words in your speech.
|
35 |
|
36 |
Check out our paper: π [***WhiStress***](https://arxiv.org/)
|
37 |
|
|
|
42 |
WhiStress includes an additional decoder based classifier that predicts the stress label of each transcription token.
|
43 |
|
44 |
## Training Data
|
45 |
+
WhiStress was trained using [***TinyStress-15K***](https://huggingface.co/datasets/slprl/TinyStress-15K),
|
46 |
+
that is derived from the [tinyStories](https://huggingface.co/datasets/roneneldan/TinyStories) dataset.
|
47 |
|
48 |
## Inference Demo
|
49 |
Upload an audio file or record your own voice to transcribe the speech and emphasize the important words.
|