TheoLvs commited on
Commit
24b7633
1 Parent(s): 447102c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -642,6 +642,6 @@ Or around 2 to 4 times more than a typical Google search.
642
  """
643
  )
644
 
645
- # demo.queue(concurrency_count=16)
646
 
647
  demo.launch()
 
642
  """
643
  )
644
 
645
+ demo.queue(concurrency_count=16)
646
 
647
  demo.launch()