Sarvamangalak commited on
Commit
906908a
·
verified ·
1 Parent(s): 94f6a99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -327,4 +327,5 @@ with demo:
327
  )
328
 
329
 
330
- demo.launch(debug=True, enable_queue=True)
 
 
327
  )
328
 
329
 
330
+ demo.queue()
331
+ demo.launch(debug=True)