s03f3ff commited on
Commit
c47a46b
·
verified ·
1 Parent(s): c4b8c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,7 +46,6 @@ with demo:
46
  gr.TabbedInterface(
47
  [mic_transcribe,
48
  file_transcribe],
49
- ["Transcribe Microphone",
50
- "Transcribe Audio File"],
51
  )
52
  demo.launch()
 
46
  gr.TabbedInterface(
47
  [mic_transcribe,
48
  file_transcribe],
49
+
 
50
  )
51
  demo.launch()