freddyaboulton HF Staff commited on
Commit
7ba02f1
·
verified ·
1 Parent(s): 699473d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ stream = Stream(
85
  additional_outputs_handler=lambda *a: (a[2], a[3]),
86
  concurrency_limit=20 if get_space() else None,
87
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
88
-
89
  app = FastAPI()
90
  stream.mount(app)
91
 
 
85
  additional_outputs_handler=lambda *a: (a[2], a[3]),
86
  concurrency_limit=20 if get_space() else None,
87
  rtc_configuration=get_twilio_turn_credentials() if get_space() else None,
88
+ )
89
  app = FastAPI()
90
  stream.mount(app)
91