Spaces:
Runtime error
Runtime error
Vaibhav Srivastav
commited on
Commit
·
e7c0d90
1
Parent(s):
a084c8f
fingers crossed x2
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ gr.Interface(return_all_predictions,
|
|
64 |
title="ASR using Wav2Vec 2.0 & pyctcdecode",
|
65 |
description = "Extending HF ASR models with pyctcdecode decoder",
|
66 |
layout = "horizontal",
|
67 |
-
examples = [["test1.wav", "
|
|
|
64 |
title="ASR using Wav2Vec 2.0 & pyctcdecode",
|
65 |
description = "Extending HF ASR models with pyctcdecode decoder",
|
66 |
layout = "horizontal",
|
67 |
+
examples = [["test1.wav", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]], theme="huggingface").launch()
|