Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
@@ -622,7 +622,6 @@ class Utils_functions:
|
|
622 |
)
|
623 |
|
624 |
return (
|
625 |
-
np.clip(spec, -1.0, 1.0),
|
626 |
(self.args.sr, np.int16(abwvc * 32767.0)),
|
627 |
)
|
628 |
|
@@ -663,7 +662,6 @@ class Utils_functions:
|
|
663 |
),
|
664 |
],
|
665 |
outputs=[
|
666 |
-
gr.Image(label="Log-MelSpectrogram of Generated Audio (first 23 s)"),
|
667 |
gr.Audio(type="numpy", label="Generated Audio"),
|
668 |
],
|
669 |
title="musika!",
|
|
|
622 |
)
|
623 |
|
624 |
return (
|
|
|
625 |
(self.args.sr, np.int16(abwvc * 32767.0)),
|
626 |
)
|
627 |
|
|
|
662 |
),
|
663 |
],
|
664 |
outputs=[
|
|
|
665 |
gr.Audio(type="numpy", label="Generated Audio"),
|
666 |
],
|
667 |
title="musika!",
|