Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1940,4 +1940,4 @@ with gr.Blocks() as app:
|
|
| 1940 |
det_btn.click(proc60,[im],[out60,prob_lang], show_progress=True)
|
| 1941 |
|
| 1942 |
#det_btn.click(detect_lang,[im,ocr_sens,],det_out)
|
| 1943 |
-
app.launch(max_threads=500)
|
|
|
|
| 1940 |
det_btn.click(proc60,[im],[out60,prob_lang], show_progress=True)
|
| 1941 |
|
| 1942 |
#det_btn.click(detect_lang,[im,ocr_sens,],det_out)
|
| 1943 |
+
app.queue(concurrency_count=500).launch(max_threads=500)
|