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

Update app.py

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