Ze101 commited on
Commit
e5ddba0
·
verified ·
1 Parent(s): 980f487
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,5 +85,5 @@ iface = gr.Interface(
85
  title="File Merger",
86
  description="Merge PDF, TXT, DOCX, and Image files into a single PDF."
87
  )
88
-
89
  iface.launch()
 
85
  title="File Merger",
86
  description="Merge PDF, TXT, DOCX, and Image files into a single PDF."
87
  )
88
+ iface.queue(concurrency_count = 10)
89
  iface.launch()