Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -369,7 +369,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Self-Forcing FastRTC Demo") as dem
|
|
369 |
mode="receive", # Server sends video to client
|
370 |
height=480,
|
371 |
width=832,
|
372 |
-
rtc_configuration=get_cloudflare_turn_credentials(
|
373 |
elem_id="video_stream"
|
374 |
)
|
375 |
|
|
|
369 |
mode="receive", # Server sends video to client
|
370 |
height=480,
|
371 |
width=832,
|
372 |
+
rtc_configuration=get_cloudflare_turn_credentials(),
|
373 |
elem_id="video_stream"
|
374 |
)
|
375 |
|