Spaces:
Runtime error
Runtime error
Vaibhav Srivastav
commited on
Commit
Β·
be02097
1
Parent(s):
208ffe2
adding queuing
Browse files
app.py
CHANGED
|
@@ -64,4 +64,6 @@ gr.Interface(return_all_predictions,
|
|
| 64 |
title="ASR using Wav2Vec2/ Hubert & pyctcdecode",
|
| 65 |
description = "Comparing greedy decoder with beam search CTC decoder, record/ drop your audio!",
|
| 66 |
layout = "horizontal",
|
| 67 |
-
examples = [["test1.wav", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]],
|
|
|
|
|
|
|
|
|
| 64 |
title="ASR using Wav2Vec2/ Hubert & pyctcdecode",
|
| 65 |
description = "Comparing greedy decoder with beam search CTC decoder, record/ drop your audio!",
|
| 66 |
layout = "horizontal",
|
| 67 |
+
examples = [["test1.wav", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]],
|
| 68 |
+
theme="huggingface",
|
| 69 |
+
enable_queue=True).launch()
|