ankanpy commited on
Commit
601c757
·
1 Parent(s): 9e6ebba

updated app

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