Ifeanyi commited on
Commit
32ac512
1 Parent(s): af74192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Transcription & Translation</h3></strong></center>")
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")