Spaces:
Running
Running
Commit
·
737aa6b
1
Parent(s):
023c379
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ from huggingface_hub import HfApi
|
|
30 |
|
31 |
# will use api to restart space on a unrecoverable error
|
32 |
api = HfApi(token=HF_TOKEN)
|
33 |
-
repo_id = "coqui/xtts"
|
34 |
|
35 |
# Use never ffmpeg binary for Ubuntu20 to use denoising for microphone input
|
36 |
print("Export newer ffmpeg binary for denoise filter")
|
|
|
30 |
|
31 |
# will use api to restart space on a unrecoverable error
|
32 |
api = HfApi(token=HF_TOKEN)
|
33 |
+
repo_id = "coqui/xtts-streaming"
|
34 |
|
35 |
# Use never ffmpeg binary for Ubuntu20 to use denoising for microphone input
|
36 |
print("Export newer ffmpeg binary for denoise filter")
|