Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpenCVUniversity
/
Lane-Detection-Using-OpenCV
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ankanpy
commited on
15 days ago
Commit
601c757
·
1 Parent(s):
9e6ebba
updated app
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)