Update app.py
Browse files
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 |
-
|
84 |
-
|
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()
|