Navdeeppal Singh commited on
Commit
63824cf
1 Parent(s): bfb64f1

fix: queue doesn't exist as kwarg

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -179,6 +179,5 @@ with gr.Blocks() as demo:
179
  )
180
 
181
 
182
- demo.launch(
183
- queue=True,
184
- )
 
179
  )
180
 
181
 
182
+ demo.launch()
183
+