Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ def morse_to_audio(morse_code, frequency=700, dot_duration=100):
|
|
32 |
return temp_file.name
|
33 |
|
34 |
with gr.Blocks(title="MTA", theme="Hev832/Applio") as demo:
|
|
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
37 |
morse_input = gr.Textbox(label="Enter Morse Code")
|
|
|
32 |
return temp_file.name
|
33 |
|
34 |
with gr.Blocks(title="MTA", theme="Hev832/Applio") as demo:
|
35 |
+
gr.Markdown(" # Morse To Audio")
|
36 |
with gr.Row():
|
37 |
with gr.Column():
|
38 |
morse_input = gr.Textbox(label="Enter Morse Code")
|