nakas commited on
Commit
281d54e
1 Parent(s): 221e5e3

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -628,7 +628,7 @@ class Utils_functions:
628
  sf.write('newwav.wav', np.int16(abwvc * 32767.0, self.args.sr),
629
  )
630
 
631
- def render_gradio(self, models_ls_1, models_ls_2, models_ls_3, train=True):
632
  article_text = "Original work by Marco Pasini ([Twitter](https://twitter.com/marco_ppasini)) at the Institute of Computational Perception, JKU Linz. Supervised by Jan Schlüter."
633
 
634
  def gradio_func(genre, x, y):
 
628
  sf.write('newwav.wav', np.int16(abwvc * 32767.0, self.args.sr),
629
  )
630
 
631
+ def render_gradio(self, models_ls_1, models_ls_2, models_ls_3, train=True):
632
  article_text = "Original work by Marco Pasini ([Twitter](https://twitter.com/marco_ppasini)) at the Institute of Computational Perception, JKU Linz. Supervised by Jan Schlüter."
633
 
634
  def gradio_func(genre, x, y):