Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from script import audioTranscribe
|
|
14 |
# app.launch(debug=True)
|
15 |
|
16 |
with gr.Blocks(theme = "shivi/calm_seafoam") as app:
|
17 |
-
gr.Markdown("<center><strong><h3>Audio
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
20 |
audio_file = gr.Audio(sources=["microphone"], type="filepath")
|
|
|
14 |
# app.launch(debug=True)
|
15 |
|
16 |
with gr.Blocks(theme = "shivi/calm_seafoam") as app:
|
17 |
+
gr.Markdown("<center><strong><h3>Audio Transcriber & Translator</h3></strong></center>")
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
20 |
audio_file = gr.Audio(sources=["microphone"], type="filepath")
|