freddyaboulton HF Staff commited on
Commit
c7ad7f6
·
verified ·
1 Parent(s): 4655c56

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ stream = Stream(
22
  @stream.get("/")
23
  async def index():
24
  return RedirectResponse(
25
- url="/ui" if not get_space() else "http://fastrtc-echo-audio.hf.space/ui/"
26
  )
27
 
28
 
 
22
  @stream.get("/")
23
  async def index():
24
  return RedirectResponse(
25
+ url="/ui" if not get_space() else "https://fastrtc-echo-audio.hf.space/ui/"
26
  )
27
 
28