epdavid2 commited on
Commit
b776a31
1 Parent(s): f5a1b87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.",
83
- examples = ["helloworld.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.",
83
+ examples = ["helloworld.mp3"],
84
+ article = "Author: <a href=\"https://huggingface.co/epdavid2\">Edson</a>"
85
  ).launch()