Spaces:
Running on CPU Upgrade

pcuenq HF staff commited on
Commit
1dc8c27
1 Parent(s): 6e7f13f

Enable queue

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -320,5 +320,5 @@ Despite how impressive being able to turn text into image is, beware that this m
320
  )
321
 
322
 
323
- # block.queue(concurrency_count=40, max_size=50).launch(max_threads=70, server_name="0.0.0.0")
324
- block.launch(server_name="0.0.0.0")
 
320
  )
321
 
322
 
323
+ block.queue(concurrency_count=40, max_size=50).launch(max_threads=70, server_name="0.0.0.0")
324
+ #block.launch(server_name="0.0.0.0")