camparchimedes commited on
Commit
aebda00
·
verified ·
1 Parent(s): dee4184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with iface:
154
  ''')
155
  microphone = gr.Audio(sources="microphone", type="filepath")
156
  upload = gr.Audio(sources="upload", type="filepath")
157
- transcribe_btn = gr.Button("Transkriber)
158
 
159
  with gr.Row():
160
  with gr.Column(scale=3):
 
154
  ''')
155
  microphone = gr.Audio(sources="microphone", type="filepath")
156
  upload = gr.Audio(sources="upload", type="filepath")
157
+ transcribe_btn = gr.Button("Transkriber")
158
 
159
  with gr.Row():
160
  with gr.Column(scale=3):