Spaces:
Sleeping
Sleeping
Olivia commited on
Commit ·
ae8e74c
1
Parent(s): eb56956
Remove 'stream_every' parameter for Gradio 4.32
Browse files
app.py
CHANGED
|
@@ -1932,7 +1932,6 @@ with gr.Blocks(
|
|
| 1932 |
fn=process_webcam_frame,
|
| 1933 |
inputs=[webcam_stream, webcam_style, webcam_backend],
|
| 1934 |
outputs=[webcam_output],
|
| 1935 |
-
stream_every=0.1,
|
| 1936 |
)
|
| 1937 |
|
| 1938 |
refresh_stats_btn.click(
|
|
|
|
| 1932 |
fn=process_webcam_frame,
|
| 1933 |
inputs=[webcam_stream, webcam_style, webcam_backend],
|
| 1934 |
outputs=[webcam_output],
|
|
|
|
| 1935 |
)
|
| 1936 |
|
| 1937 |
refresh_stats_btn.click(
|