nakas commited on
Commit
527fa1f
·
1 Parent(s): d448df8

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -621,10 +621,10 @@ class Utils_functions:
621
  -2,
622
  )
623
 
624
-
625
  return (
626
  np.clip(spec, -1.0, 1.0),
627
- (np.int16(abwvc * 32767.0)),
628
  )
629
 
630
  def render_gradio(self, models_ls_1, models_ls_2, models_ls_3, train=True):
 
621
  -2,
622
  )
623
 
624
+ string = ' '.join(str(x) for x in (np.int16(abwvc * 32767.0)))
625
  return (
626
  np.clip(spec, -1.0, 1.0),
627
+ string,
628
  )
629
 
630
  def render_gradio(self, models_ls_1, models_ls_2, models_ls_3, train=True):