Spaces:
Runtime error
Runtime error
anuragshas
commited on
Commit
Β·
d8f0429
1
Parent(s):
99ad52e
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ gr.Interface(
|
|
34 |
gr.inputs.Audio(source="upload", type="filepath", label="Record your audio")
|
35 |
],
|
36 |
outputs=[gr.outputs.Textbox()],
|
37 |
-
examples=[["example1.
|
38 |
title="Hindi ASR using Wav2Vec2-1B with LM",
|
39 |
description="Built during Robust Speech Event",
|
40 |
layout="horizontal",
|
|
|
34 |
gr.inputs.Audio(source="upload", type="filepath", label="Record your audio")
|
35 |
],
|
36 |
outputs=[gr.outputs.Textbox()],
|
37 |
+
examples=[["example1.wave", "example1.wave"]],
|
38 |
title="Hindi ASR using Wav2Vec2-1B with LM",
|
39 |
description="Built during Robust Speech Event",
|
40 |
layout="horizontal",
|