faiimea commited on
Commit
9f16fe1
·
verified ·
1 Parent(s): c48b4c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ with gr.Blocks() as audio_transcription_page:
47
  ## How to use this Space?
48
  - Upload a '.wav' file.
49
  - The transcription of the audio will be shown after you click the transcribe button.
 
 
50
  '''
51
  )
52
 
 
47
  ## How to use this Space?
48
  - Upload a '.wav' file.
49
  - The transcription of the audio will be shown after you click the transcribe button.
50
+ ## Examples
51
+ - You can get the test examples from our [Roop Dataset Repo.](https://huggingface.co/datasets/SJTU-TES/WAV2COM)
52
  '''
53
  )
54