Martijn Bartelds
commited on
Commit
·
f0fa166
1
Parent(s):
52e4f70
Update description in app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ demo = gr.Interface.load(
|
|
7 |
"huggingface/bartelds/gos-gpu6-cp1_adp0_192m_no_test_1e-5_cp-12000",
|
8 |
title="Speech-to-text for Gronings",
|
9 |
inputs="mic",
|
10 |
-
description="Upload an audio file with Gronings speech to obtain its transcription. Example files are in our [gos-demo](https://huggingface.co/datasets/bartelds/gos-demo) dataset."
|
11 |
)
|
12 |
|
13 |
demo.launch()
|
|
|
7 |
"huggingface/bartelds/gos-gpu6-cp1_adp0_192m_no_test_1e-5_cp-12000",
|
8 |
title="Speech-to-text for Gronings",
|
9 |
inputs="mic",
|
10 |
+
description="Upload an audio file (in 16 kHz) with Gronings speech to obtain its transcription. Example files are in our [gos-demo](https://huggingface.co/datasets/bartelds/gos-demo) dataset."
|
11 |
)
|
12 |
|
13 |
demo.launch()
|