ThirdIringan commited on
Commit
75aee7b
1 Parent(s): 04e3d25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ gr.Interface(fn=asr,
38
  gr.outputs.Textbox(type="str", label="Answer"),
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 a problem <br> <b>Addition</b>: x plus y <br> <b>Subtraction</b>: x minus y <br> <b>Multiplication</b>: x times y <br> <b>Division</b>: x divide y",
42
  article = "Models: Wav2Vec2-Base-960h, fastspeech2-en-ljspeech",
43
  examples=["additionTest.mp3","minusTest.mp3","multiplyTest.mp3","divideTest.mp3"]
44
  ).launch()
 
38
  gr.outputs.Textbox(type="str", label="Answer"),
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 a problem <br> <b>Addition:</b> x plus y <br> <b>Subtraction:</b> x minus y <br> <b>Multiplication:</b> x times y <br> <b>Division:</b> x divide y",
42
  article = "Models: Wav2Vec2-Base-960h, fastspeech2-en-ljspeech",
43
  examples=["additionTest.mp3","minusTest.mp3","multiplyTest.mp3","divideTest.mp3"]
44
  ).launch()