Spaces:
Running
Running
Commit
•
149a64a
1
Parent(s):
c530e94
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as demo:
|
|
106 |
|
107 |
image.webrtc_stream(
|
108 |
fn=detection,
|
109 |
-
inputs=[image],
|
110 |
stream_every=0.05,
|
111 |
time_limit=30
|
112 |
)
|
|
|
106 |
|
107 |
image.webrtc_stream(
|
108 |
fn=detection,
|
109 |
+
inputs=[image, conf_threshold],
|
110 |
stream_every=0.05,
|
111 |
time_limit=30
|
112 |
)
|