RanM commited on
Commit
543d6dd
·
verified ·
1 Parent(s): de2c9e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ gradio_interface = gr.Interface(
67
  ],
68
  outputs="json",
69
  concurrency_limit=20 # Set a high concurrency limit
70
- )
71
 
72
  if __name__ == "__main__":
73
  gradio_interface.launch() # No need for share=True for local testing
 
67
  ],
68
  outputs="json",
69
  concurrency_limit=20 # Set a high concurrency limit
70
+ ).queue(default_concurrency_limit=20)
71
 
72
  if __name__ == "__main__":
73
  gradio_interface.launch() # No need for share=True for local testing