ollieollie commited on
Commit
866a959
·
verified ·
1 Parent(s): 48d0339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,4 +66,5 @@ with gr.Blocks() as demo:
66
  )
67
 
68
  if __name__ == "__main__":
 
69
  demo.launch()
 
66
  )
67
 
68
  if __name__ == "__main__":
69
+ demo.queue()
70
  demo.launch()