freddyaboulton HF staff commited on
Commit
62549d3
·
verified ·
1 Parent(s): 8cd99b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ rtc_configuration = {
23
  "iceTransportPolicy": "relay",
24
  }
25
 
26
- rtc_configuration = None
27
-
28
 
29
  def detection(image, conf_threshold=0.3):
30
  image = cv2.resize(image, (model.input_width, model.input_height))
 
23
  "iceTransportPolicy": "relay",
24
  }
25
 
 
 
26
 
27
  def detection(image, conf_threshold=0.3):
28
  image = cv2.resize(image, (model.input_width, model.input_height))