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

repet object's "interact" method passes wrong argument to gradio #234

Open
cadr opened this issue Mar 12, 2023 · 0 comments
Open

repet object's "interact" method passes wrong argument to gradio #234

cadr opened this issue Mar 12, 2023 · 0 comments
Labels

Comments

@cadr
Copy link

cadr commented Mar 12, 2023

Running the "Making it Interactive!" step of https://source-separation.github.io/tutorial/first_steps/repetition.html, I get the following error:

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

The issues seems to be that the type "file" here
https://github.com/nussl/nussl/blob/master/nussl/separation/base/separation_base.py#L140

is not supported by Gradio according to
https://gradio.app/docs/#audio

@cadr cadr added the bug label Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant