Spaces:
Running
on
Zero
Running
on
Zero
archivartaunik
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,8 @@ from tqdm import tqdm
|
|
5 |
from underthesea import sent_tokenize
|
6 |
from TTS.tts.configs.xtts_config import XttsConfig
|
7 |
from TTS.tts.models.xtts import Xtts
|
8 |
-
from huggingface_hub import hf_hub_downloadimport
|
|
|
9 |
import sys
|
10 |
import tempfile
|
11 |
from scipy.io.wavfile import write
|
|
|
5 |
from underthesea import sent_tokenize
|
6 |
from TTS.tts.configs.xtts_config import XttsConfig
|
7 |
from TTS.tts.models.xtts import Xtts
|
8 |
+
from huggingface_hub import hf_hub_downloadimport
|
9 |
+
import os
|
10 |
import sys
|
11 |
import tempfile
|
12 |
from scipy.io.wavfile import write
|