sanchit-gandhi commited on
Commit
e3d9fb4
·
1 Parent(s): 9758654

remove "transcribe" prefix from tab headings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ if __name__ == "__main__":
171
  demo = gr.Blocks()
172
 
173
  with demo:
174
- gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Transcribe Microphone", "Transcribe Audio File", "Transcribe YouTube"])
175
 
176
  demo.queue(max_size=3)
177
  demo.launch(show_api=False)
 
171
  demo = gr.Blocks()
172
 
173
  with demo:
174
+ gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
175
 
176
  demo.queue(max_size=3)
177
  demo.launch(show_api=False)