anuragshas commited on
Commit
eb0cc11
β€’
1 Parent(s): a9cf8c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.wave", "example1.wave"]],
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"]],
38
  title="Hindi ASR using Wav2Vec2-1B with LM",
39
  description="Built during Robust Speech Event",
40
  layout="horizontal",