Spaces:
Running
on
T4
Running
on
T4
Update app.py
#50
by
Abhinay45
- opened
app.py
CHANGED
@@ -39,7 +39,7 @@ from huggingface_hub import HfApi
|
|
39 |
|
40 |
# will use api to restart space on a unrecoverable error
|
41 |
api = HfApi(token=HF_TOKEN)
|
42 |
-
repo_id = "
|
43 |
|
44 |
# Use never ffmpeg binary for Ubuntu20 to use denoising for microphone input
|
45 |
print("Export newer ffmpeg binary for denoise filter")
|
|
|
39 |
|
40 |
# will use api to restart space on a unrecoverable error
|
41 |
api = HfApi(token=HF_TOKEN)
|
42 |
+
repo_id = "Abhinay45/XTTS-IITM"
|
43 |
|
44 |
# Use never ffmpeg binary for Ubuntu20 to use denoising for microphone input
|
45 |
print("Export newer ffmpeg binary for denoise filter")
|