Spaces:
Sleeping
Sleeping
fix bug
Browse files
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()
|