ankanpy commited on
Commit
9e6ebba
·
1 Parent(s): 02d0bce

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -296,5 +296,4 @@ with gr.Blocks(title="Lane Detection using OpenCV", theme=gr.themes.Soft()) as d
296
  )
297
 
298
 
299
- if __name__ == "__main__":
300
- demo.launch()
 
296
  )
297
 
298
 
299
+ demo.queue().launch()