Skip to content
New issue

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

Issue on page /first_steps/repetition.html #47

Open
zaquastier opened this issue Jan 16, 2023 · 1 comment
Open

Issue on page /first_steps/repetition.html #47

zaquastier opened this issue Jan 16, 2023 · 1 comment

Comments

@zaquastier
Copy link

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']

@TheConstant3
Copy link

@zaquastier
you need install gradio version 2.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants