raphaelmerx commited on
Commit
fa4cce4
·
1 Parent(s): b912ddb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,5 +74,5 @@ iface = gr.Interface(
74
  outputs=gr.Textbox(label="Transcription"),
75
  examples=examples,
76
  description=description
77
- )
78
  iface.launch()
 
74
  outputs=gr.Textbox(label="Transcription"),
75
  examples=examples,
76
  description=description
77
+ ).queue(concurrency_count=1)
78
  iface.launch()