Spaces:
Running
Running
Michael Hu
commited on
Commit
·
78cdfc3
1
Parent(s):
933cc7f
fix import
Browse files- utils/tts.py +1 -1
utils/tts.py
CHANGED
@@ -2,7 +2,7 @@ import time
|
|
2 |
import yaml
|
3 |
from pathlib import Path
|
4 |
import torch
|
5 |
-
from
|
6 |
from pydub import AudioSegment
|
7 |
|
8 |
# Load config
|
|
|
2 |
import yaml
|
3 |
from pathlib import Path
|
4 |
import torch
|
5 |
+
from fish_audio_sdk import TextToSpeech, Vocoder
|
6 |
from pydub import AudioSegment
|
7 |
|
8 |
# Load config
|