Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(css=css) as demo:
|
|
66 |
)
|
67 |
|
68 |
image.stream(
|
69 |
-
fn=detection, inputs=[image, conf_threshold], outputs=[image], time_limit=
|
70 |
)
|
71 |
|
72 |
if __name__ == "__main__":
|
|
|
66 |
)
|
67 |
|
68 |
image.stream(
|
69 |
+
fn=detection, inputs=[image, conf_threshold], outputs=[image], time_limit=100
|
70 |
)
|
71 |
|
72 |
if __name__ == "__main__":
|