epdavid2 commited on
Commit
d5625d2
1 Parent(s): 1d69e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,6 +80,6 @@ gr.Interface(fn=asr,
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 = "Author: <a href=\"https://huggingface.co/epdavid2\">Edson</a>"
85
  ).launch()
 
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 = "Author: <a href=\"https://huggingface.co/epdavid2\">Edson</a>"
85
  ).launch()