Skip to content

Commit 10e8e1b

Browse files
committed
update default processor type
1 parent 3ab07f8 commit 10e8e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/99_streamlit_examples/pages/12_Video_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ def get_processor(processor_type: ProcessorType) -> Processor:
169169
processor_type = st.radio(
170170
label="processor type",
171171
options=[
172+
ProcessorType.YOLOV8,
172173
ProcessorType.BLUR,
173174
ProcessorType.CANNY,
174175
ProcessorType.INVERT,
175-
ProcessorType.YOLOV8,
176176
],
177177
index=0,
178178
format_func=lambda x: x.value,

0 commit comments

Comments
 (0)