ThirdIringan commited on
Commit
f69f557
1 Parent(s): 0833e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,5 +39,6 @@ gr.Interface(fn=asr,
39
  gr.outputs.Audio(type="file", label="Speech Answer")],
40
  title = "Speech Equation Solver",
41
  description = "This app will translate your speech into text, morse code, and audio using wav2vec2-base-960h",
42
- article = "Model: <a href=\"https://huggingface.co/facebook/wav2vec2-base-960h\">Wav2Vec2-Base-960h</a>"
 
43
  ).launch()
 
39
  gr.outputs.Audio(type="file", label="Speech Answer")],
40
  title = "Speech Equation Solver",
41
  description = "This app will translate your speech into text, morse code, and audio using wav2vec2-base-960h",
42
+ article = "Model: <a href=\"https://huggingface.co/facebook/wav2vec2-base-960h\">Wav2Vec2-Base-960h</a>",
43
+ examples=["additionTest.mp3","minusTest.mp3","multiplyTest.mp3","divideTest.mp3"]
44
  ).launch()