Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,6 @@ from text import text_to_sequence
|
|
8 |
import numpy as np
|
9 |
import os
|
10 |
import translators.server as tss
|
11 |
-
from torch.utils import mkldnn
|
12 |
-
|
13 |
-
mkldnn.enabled = False
|
14 |
-
os.environ['LRU_CACHE_CAPACITY'] = '1'
|
15 |
|
16 |
|
17 |
def get_text(text, hps):
|
|
|
8 |
import numpy as np
|
9 |
import os
|
10 |
import translators.server as tss
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
def get_text(text, hps):
|