BrainAI-1 commited on
Commit
e93e356
·
verified ·
1 Parent(s): 0d394b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -70,7 +70,5 @@ elif source_radio == "WEBCAM":
70
  input_img = camera_input_live()
71
  if input_img:
72
  result = object_detection.process_image(input_img)
73
- img_plot = result[0].plot()
74
-
75
  st.image(img_plot, channels = "BGR")
76
 
 
70
  input_img = camera_input_live()
71
  if input_img:
72
  result = object_detection.process_image(input_img)
 
 
73
  st.image(img_plot, channels = "BGR")
74