tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Issue on page /first_steps/repetition.html

Open zaquastier opened this issue 1 year ago • 1 comments

In section: Exercise making it interactive, the interact function is broken, here is part of the traceback:

/usr/local/lib/python3.8/dist-packages/nussl/separation/base/separation_base.py in interact(self, add_residual, source, label, ext, separate_fn, outputs, inline, inbrowser, share, debug, auth, **kwargs) 138 if label is None: label = f"Separation via {type(self).name}" 139 --> 140 audio_in = gradio.inputs.Audio(source=source, type="file", label=label)

ValueError: Invalid value for parameter type: file. Please choose from one of: ['numpy', 'filepath']

zaquastier avatar Jan 16 '23 20:01 zaquastier