kr4phy commited on
Commit
3235f6a
·
verified ·
1 Parent(s): e05df18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(title="Lane Detection Demo") as demo:
63
  "ufld",
64
  "scnn"
65
  ],
66
- value="advanced",
67
  label="Detection Method",
68
  info="Select lane detection algorithm"
69
  )
 
63
  "ufld",
64
  "scnn"
65
  ],
66
+ value="yolop",
67
  label="Detection Method",
68
  info="Select lane detection algorithm"
69
  )