Update app.py
Browse files
app.py
CHANGED
|
@@ -240,7 +240,6 @@ with gr.Blocks() as demo:
|
|
| 240 |
mode="send",
|
| 241 |
variant="textbox",
|
| 242 |
rtc_configuration=get_cloudflare_turn_credentials_async,
|
| 243 |
-
server_rtc_configuration=get_cloudflare_turn_credentials(ttl=3_600 * 24 * 30),
|
| 244 |
)
|
| 245 |
with gr.Row():
|
| 246 |
with gr.Accordion(label="Additional Inputs"):
|
|
|
|
| 240 |
mode="send",
|
| 241 |
variant="textbox",
|
| 242 |
rtc_configuration=get_cloudflare_turn_credentials_async,
|
|
|
|
| 243 |
)
|
| 244 |
with gr.Row():
|
| 245 |
with gr.Accordion(label="Additional Inputs"):
|