Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ with gr.Blocks(title="Lane Detection Demo") as demo:
|
|
| 63 |
"ufld",
|
| 64 |
"scnn"
|
| 65 |
],
|
| 66 |
-
value="
|
| 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 |
)
|