Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ with gr.Blocks() as demo:
|
|
48 |
label="Stream",
|
49 |
mode="send-receive",
|
50 |
modality="audio",
|
51 |
-
concurrency_limit=100,
|
52 |
rtc_configuration=get_credentials,
|
53 |
server_rtc_configuration=get_cloudflare_turn_credentials(ttl=360_000),
|
54 |
)
|
|
|
48 |
label="Stream",
|
49 |
mode="send-receive",
|
50 |
modality="audio",
|
|
|
51 |
rtc_configuration=get_credentials,
|
52 |
server_rtc_configuration=get_cloudflare_turn_credentials(ttl=360_000),
|
53 |
)
|