Existance commited on
Commit
91ab95b
·
1 Parent(s): aef2c9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -50,11 +50,11 @@ yt_transcribe = gr.Interface(
50
  " arbitrary length."
51
  ),
52
  allow_flagging="never",
53
- )
54
 
55
 
56
- with demo:
57
- # gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
58
- gr.TabbedInterface([yt_transcribe], ["YouTube"])
59
 
60
- demo.launch(enable_queue=True)
 
50
  " arbitrary length."
51
  ),
52
  allow_flagging="never",
53
+ ).launch(enable_queue=True)
54
 
55
 
56
+ # with demo:
57
+ # # gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
58
+ # gr.TabbedInterface([yt_transcribe], ["YouTube"])
59
 
60
+ # demo.launch(enable_queue=True)