Commit
·
fd88223
1
Parent(s):
3146644
Update app.py
Browse files
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.
|
|
|
|
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)
|