Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 "
|
| 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 |
|