Spaces:
Runtime error
Runtime error
Vaibhav Srivastav
commited on
Commit
·
5d0911d
1
Parent(s):
971834d
fixing examples
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 = ["
|
|
|
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()
|