freddyaboulton HF staff commited on
Commit
bfe8b16
·
verified ·
1 Parent(s): 7eff282

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -41,6 +41,7 @@ stream = Stream(
41
  ],
42
  additional_outputs_handler=lambda a, b: a + " " + b,
43
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
 
44
  )
45
 
46
 
 
41
  ],
42
  additional_outputs_handler=lambda a, b: a + " " + b,
43
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
44
+ concurrency_limit=20 if get_space() else None,
45
  )
46
 
47
 
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- fastrtc[vad]
2
  groq
3
  python-dotenv
4
  twilio
 
1
+ fastrtc
2
  groq
3
  python-dotenv
4
  twilio