Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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))
|