Spaces:
Runtime error
Runtime error
Commit
·
5b9ff09
1
Parent(s):
294a7ca
updated desc
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ inputs = gr.inputs.Audio(label="Input Audio", type="file")
|
|
22 |
outputs = "text"
|
23 |
title = "Turkish Automatic Speech Recognition"
|
24 |
description = "Demo for Turkish Automatic Speech Recognition with Huggingface wav2vec Turkish Model. To use it, simply upload your audio, or click one of the examples to load them."
|
25 |
-
article = "<p style='text-align: center'>This is the model for <a href='https://huggingface.co/m3hrdadfi/wav2vec2-large-xlsr-turkish' target='_blank'>m3hrdadfi/wav2vec2-large-xlsr-turkish</a>, a fine-tuned <a href='https://huggingface.co/facebook/wav2vec2-large-xlsr-53' target='_blank'>facebook/wav2vec2-large-xlsr-53</a> model on the <a href='https://commonvoice.mozilla.org/en/datasets' target='_blank'>Turkish Common Voice dataset</a>.<br/>When using this model, make sure that your speech input is sampled at 16kHz
|
26 |
examples = [
|
27 |
['assets/samples/common_voice_sample_1378.flac'],
|
28 |
['assets/samples/common_voice_sample_1589.flac'],
|
|
|
22 |
outputs = "text"
|
23 |
title = "Turkish Automatic Speech Recognition"
|
24 |
description = "Demo for Turkish Automatic Speech Recognition with Huggingface wav2vec Turkish Model. To use it, simply upload your audio, or click one of the examples to load them."
|
25 |
+
article = "<p style='text-align: center'>This is the model for <a href='https://huggingface.co/m3hrdadfi/wav2vec2-large-xlsr-turkish' target='_blank'>m3hrdadfi/wav2vec2-large-xlsr-turkish</a>, a fine-tuned <a href='https://huggingface.co/facebook/wav2vec2-large-xlsr-53' target='_blank'>facebook/wav2vec2-large-xlsr-53</a> model on the <a href='https://commonvoice.mozilla.org/en/datasets' target='_blank'>Turkish Common Voice dataset</a>.<br/>When using this model, make sure that your speech input is sampled at 16kHz.<br/><a href='https://github.com/yavuzKomecoglu' target='_blank'>Contact me</a></p>"
|
26 |
examples = [
|
27 |
['assets/samples/common_voice_sample_1378.flac'],
|
28 |
['assets/samples/common_voice_sample_1589.flac'],
|