diff --git a/demo/video_chat.py b/demo/video_chat.py index 7de000b..31d7b0b 100644 --- a/demo/video_chat.py +++ b/demo/video_chat.py @@ -107,7 +107,7 @@ with gr.Blocks(css=css) as demo: GeminiHandler(), inputs=[webrtc], outputs=[webrtc], - time_limit=90, + time_limit=150, concurrency_limit=2, ) diff --git a/frontend/shared/Webcam.svelte b/frontend/shared/Webcam.svelte index 0093835..0affb96 100644 --- a/frontend/shared/Webcam.svelte +++ b/frontend/shared/Webcam.svelte @@ -260,7 +260,8 @@ {#if show_local_video}