Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ from fastrtc import (
|
|
14 |
ReplyOnPause,
|
15 |
Stream,
|
16 |
WebRTCError,
|
17 |
-
get_twilio_turn_credentials,
|
18 |
get_stt_model,
|
|
|
19 |
)
|
20 |
from gradio.utils import get_space
|
21 |
from pydantic import BaseModel
|
|
|
14 |
ReplyOnPause,
|
15 |
Stream,
|
16 |
WebRTCError,
|
|
|
17 |
get_stt_model,
|
18 |
+
get_twilio_turn_credentials,
|
19 |
)
|
20 |
from gradio.utils import get_space
|
21 |
from pydantic import BaseModel
|