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
16 days ago
Commit
9e6ebba
·
1 Parent(s):
02d0bce
updated app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -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()