Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,5 @@ def echo(audio):
|
|
5 |
|
6 |
stream = Stream(ReplyOnPause(echo), mode="send-receive", modality="audio", rtc_configuration=get_hf_turn_credentials())
|
7 |
|
8 |
-
stream.ui.launch()
|
|
|
|
5 |
|
6 |
stream = Stream(ReplyOnPause(echo), mode="send-receive", modality="audio", rtc_configuration=get_hf_turn_credentials())
|
7 |
|
8 |
+
#stream.ui.launch()
|
9 |
+
stream.fastphone()
|