Amrrs commited on
Commit
f0adcff
1 Parent(s): 6d65a1d

Enabling queue to avoid connection error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ with block:
69
  </div>
70
  ''')
71
 
72
- block.launch(debug = True)
 
69
  </div>
70
  ''')
71
 
72
+ block.launch(enable_queue = True)