Ashishkr commited on
Commit
91d6883
·
1 Parent(s): b349870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,5 +310,5 @@ demo = gr.Blocks()
310
  with demo:
311
  gr.TabbedInterface([microphone, audio_file, youtube], ["Microphone", "Audio File", "YouTube"])
312
 
313
- demo.queue(max_size=10)
314
  demo.launch()
 
310
  with demo:
311
  gr.TabbedInterface([microphone, audio_file, youtube], ["Microphone", "Audio File", "YouTube"])
312
 
313
+ # demo.queue(max_size=10)
314
  demo.launch()