DeepLearning101 commited on
Commit
face9e4
1 Parent(s): 7bab834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ yt_transcribe = gr.Interface(
141
  with gr.Blocks() as demo:
142
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
143
 
144
- demo.launch(enable_queue=True)
 
141
  with gr.Blocks() as demo:
142
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
143
 
144
+ demo.launch(enable_queue=True)