Spaces:
Runtime error
Runtime error
OthmaneJ
commited on
Commit
β’
0e97f11
1
Parent(s):
bdf20b0
new example
Browse files
app.py
CHANGED
@@ -36,5 +36,5 @@ outputs = gr.outputs.Textbox(label="Output Text")
|
|
36 |
title = "distilled wav2vec 2.0"
|
37 |
description = "Gradio demo for a distilled wav2vec 2.0 (4x faster than large wav2vec 2.0, and 16x times smaller than base wav2vec 2.0 if combined with quantization). To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav and .flac files"
|
38 |
article = "<p style='text-align: center'><a href='https://github.com/OthmaneJ/distil-wav2vec2' target='_blank'> Github repo for demonstration </a> | <a href='https://huggingface.co/OthmaneJ/distil-wav2vec2' target='_blank'>Pretrained model</a></p>"
|
39 |
-
examples=[['
|
40 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|
|
|
36 |
title = "distilled wav2vec 2.0"
|
37 |
description = "Gradio demo for a distilled wav2vec 2.0 (4x faster than large wav2vec 2.0, and 16x times smaller than base wav2vec 2.0 if combined with quantization). To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav and .flac files"
|
38 |
article = "<p style='text-align: center'><a href='https://github.com/OthmaneJ/distil-wav2vec2' target='_blank'> Github repo for demonstration </a> | <a href='https://huggingface.co/OthmaneJ/distil-wav2vec2' target='_blank'>Pretrained model</a></p>"
|
39 |
+
examples=[['looked-like-a-stiff-breeze-would-blow-him-over-that-was-my-first-impression-of-the-man.wav']]
|
40 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|