iyosha commited on
Commit
a04aea5
Β·
verified Β·
1 Parent(s): c9323c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- The WhiStress model allows you to detect important words in your speech.
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
- The model was trained using [***TinyStress-15K***](https://huggingface.co/datasets/slprl/TinyStress-15K),
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.