Sazuppy commited on
Commit
1f57261
·
verified ·
1 Parent(s): f2fe148

Update detection_yolov4.py

Browse files
Files changed (1) hide show
  1. detection_yolov4.py +1 -1
detection_yolov4.py CHANGED
@@ -187,7 +187,7 @@ elif app_mode == 'Изображение':
187
  stframe.image(frame,channels='BGR', use_column_width="auto")
188
  # Video Page
189
  elif app_mode == 'Видео':
190
- st.set_option('deprecation.showfileUploaderEncoding', False)
191
 
192
  genre = st.sidebar.radio(
193
  "Выбор модели",
 
187
  stframe.image(frame,channels='BGR', use_column_width="auto")
188
  # Video Page
189
  elif app_mode == 'Видео':
190
+ # st.set_option('deprecation.showfileUploaderEncoding', False)
191
 
192
  genre = st.sidebar.radio(
193
  "Выбор модели",