epdavid2 commited on
Commit
599be60
1 Parent(s): 1c26456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ gr.Interface(fn=asr,
79
  gr.outputs.Textbox(type="str", label="Morse Code"),
80
  gr.outputs.Audio(type="file", label="Audio Translation")],
81
  title = "Speech to Morse Code",
82
- description = "This app will translate your speech into text, morse code, and audio using wav2vec2-base-960h",
83
  examples = [["helloworld.mp3"], ["SOS.mp3"], ["SMS.mp3"]],
84
  article = "Model: <a href=\"https://huggingface.co/facebook/wav2vec2-base-960h\">Wav2Vec2-Base-960h</a>"
85
  ).launch()
 
79
  gr.outputs.Textbox(type="str", label="Morse Code"),
80
  gr.outputs.Audio(type="file", label="Audio Translation")],
81
  title = "Speech to Morse Code",
82
+ description = "This app will translate your speech into text, morse code, and audio using wav2vec2-base-960h.",
83
  examples = [["helloworld.mp3"], ["SOS.mp3"], ["SMS.mp3"]],
84
  article = "Model: <a href=\"https://huggingface.co/facebook/wav2vec2-base-960h\">Wav2Vec2-Base-960h</a>"
85
  ).launch()