AdalAbilbekov commited on
Commit
255f95b
1 Parent(s): 83210ed
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -99,7 +99,6 @@ def generate_audio(text, quantity, speaker, emotion_1, emotion_2):
99
  audio = audio.detach().cpu().numpy().astype('int16')
100
  gui -= 50
101
  if gui <= 0:
102
- print('shabuya')
103
  break
104
  sr = 22050
105
  return (sr, audio)
 
99
  audio = audio.detach().cpu().numpy().astype('int16')
100
  gui -= 50
101
  if gui <= 0:
 
102
  break
103
  sr = 22050
104
  return (sr, audio)