VinayHajare commited on
Commit
fd88223
·
1 Parent(s): 3146644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,4 +73,5 @@ file_translate = gr.Interface(
73
  with demo:
74
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
75
 
76
- demo.launch(enable_queue=True)
 
 
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(share=True)