Olivia commited on
Commit
0e257d7
·
1 Parent(s): 2ea6d65

Remove 'time_limit' parameter for Gradio 4.32

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
- time_limit=30,
1936
  stream_every=0.1,
1937
  )
1938
 
 
1932
  fn=process_webcam_frame,
1933
  inputs=[webcam_stream, webcam_style, webcam_backend],
1934
  outputs=[webcam_output],
 
1935
  stream_every=0.1,
1936
  )
1937