VinayHajare commited on
Commit
5e6e1af
1 Parent(s): 09987bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,5 +73,5 @@ file_translate = gr.Interface(
73
  with demo:
74
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
75
 
76
- demo.queue(concurrency_count=2,max_size=10)
77
  demo.launch()
 
73
  with demo:
74
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
75
 
76
+ demo.queue(max_size=10)
77
  demo.launch()