ThirdIringan commited on
Commit
6d438a7
1 Parent(s): 4f60d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ gr.Interface(fn=asr,
39
  gr.outputs.Audio(type="file", label="Speech Answer")],
40
  title = "Speech Equation Solver",
41
  description = "This app aims to translate speech into an equation, solve the equation and generate a speech to tell the user the answer to the simple problem",
42
- article = "Models: <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()
 
39
  gr.outputs.Audio(type="file", label="Speech Answer")],
40
  title = "Speech Equation Solver",
41
  description = "This app aims to translate speech into an equation, solve the equation and generate a speech to tell the user the answer to the simple problem",
42
+ article = "Models: Wav2Vec2-Base-960h, fastspeech2-en-ljspeech",
43
  examples=["additionTest.mp3","minusTest.mp3","multiplyTest.mp3","divideTest.mp3"]
44
  ).launch()