Update app.py
Browse files
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 |
|