Spaces:
Runtime error
Runtime error
Vaibhav Srivastav
commited on
Commit
·
a084c8f
1
Parent(s):
607a780
fingers crossed
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", "test2.wav"]], theme="huggingface").launch()
|
|
|
64 |
title="ASR using Wav2Vec 2.0 & pyctcdecode",
|
65 |
description = "Extending HF ASR models with pyctcdecode decoder",
|
66 |
layout = "horizontal",
|
67 |
+
examples = [["test1.wav", "test2.wav"], ["facebook/wav2vec2-base-960h", "facebook/hubert-large-ls960-ft"]], theme="huggingface").launch()
|