Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from TrainingInterfaces.Text_to_Spectrogram.FastSpeech2.DurationCalculator impor
|
|
8 |
from run_utterance_cloner import UtteranceCloner
|
9 |
|
10 |
|
11 |
-
|
12 |
-
|
13 |
|
14 |
|
15 |
def float2pcm(sig, dtype='int16'):
|
|
|
8 |
from run_utterance_cloner import UtteranceCloner
|
9 |
|
10 |
|
11 |
+
os.system("pip uninstall -y gradio")
|
12 |
+
os.system("pip install gradio==2.7.5.2")
|
13 |
|
14 |
|
15 |
def float2pcm(sig, dtype='int16'):
|