freddyaboulton HF staff commited on
Commit
7b31b4e
·
verified ·
1 Parent(s): 9633067

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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