We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In section: Exercise making it interactive, the interact function is broken, here is part of the traceback:
interact
/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']
type
The text was updated successfully, but these errors were encountered:
@zaquastier you need install gradio version 2.9.0
Sorry, something went wrong.
No branches or pull requests
In section: Exercise making it interactive, the
interact
function is broken, here is part of the traceback:ValueError: Invalid value for parameter
type
: file. Please choose from one of: ['numpy', 'filepath']The text was updated successfully, but these errors were encountered: