avneesh123 commited on
Commit
8ade847
·
verified ·
1 Parent(s): c256190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -217,4 +217,5 @@ with gr.Blocks() as demo:
217
  )
218
 
219
  if __name__ == "__main__":
220
- demo.launch()
 
 
217
  )
218
 
219
  if __name__ == "__main__":
220
+ # Queue enable karne se timeout nahi hota
221
+ demo.queue(default_concurrency_limit=1).launch()