DrishtiSharma commited on
Commit
6c32e57
1 Parent(s): e17acda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,6 +92,6 @@ yt_transcribe = gr.Interface(
92
  )
93
 
94
  with demo:
95
- gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
96
 
97
  demo.launch(enable_queue=True)
 
92
  )
93
 
94
  with demo:
95
+ gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
96
 
97
  demo.launch(enable_queue=True)