Dedeep Vasireddy commited on
Commit
d0f9c37
·
verified ·
1 Parent(s): de86c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,5 +308,5 @@ with gr.Blocks(title=title) as demo:
308
 
309
  # Launch on local when run directly
310
  if __name__ == '__main__':
311
- demo.launch(queue=True)
312
 
 
308
 
309
  # Launch on local when run directly
310
  if __name__ == '__main__':
311
+ demo.launch()
312