Flux9665 commited on
Commit
d984be2
β€’
1 Parent(s): cddb072

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # os.system("pip uninstall -y gradio")
12
- # os.system("pip install gradio==2.7.5.2")
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'):