VinayHajare commited on
Commit
c0d5650
1 Parent(s): 2a06ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,5 +133,5 @@ yt_transcribe = gr.Interface(
133
 
134
  with demo:
135
  gr.TabbedInterface([mic_transcribe, file_transcribe, yt_transcribe], ["Transcribe Microphone", "Transcribe Audio File", "Transcribe YouTube Video"])
136
-
137
- demo.launch(enable_queue=True)
 
133
 
134
  with demo:
135
  gr.TabbedInterface([mic_transcribe, file_transcribe, yt_transcribe], ["Transcribe Microphone", "Transcribe Audio File", "Transcribe YouTube Video"])
136
+ demo.queue(max_size=10)
137
+ demo.launch()