Unknownaut commited on
Commit
9feda07
·
verified ·
1 Parent(s): 2e6b749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ demo = gr.Interface(
66
  outputs="text"
67
  )
68
 
69
- demo.launch()
 
66
  outputs="text"
67
  )
68
 
69
+ demo.launch(enable_queue=False)