Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ def echo(audio):
|
|
10 |
|
11 |
print(get_hf_turn_credentials())
|
12 |
|
13 |
-
stream = Stream(ReplyOnPause(echo), modality="audio", mode="send-receive", rtc_configuration=
|
14 |
stream.ui.launch()
|
|
|
10 |
|
11 |
print(get_hf_turn_credentials())
|
12 |
|
13 |
+
stream = Stream(ReplyOnPause(echo), modality="audio", mode="send-receive", rtc_configuration={'iceServers': [{'urls': 'stun:gradio-turn.com:80'}]})
|
14 |
stream.ui.launch()
|