freddyaboulton HF staff commited on
Commit
ae5cf03
1 Parent(s): d9a8f54

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -19,4 +19,4 @@ demo = gr.Interface(
19
  )
20
 
21
  if __name__ == "__main__":
22
- demo.launch(queue=False)
 
19
  )
20
 
21
  if __name__ == "__main__":
22
+ demo.launch(enable_queue=False)