-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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']
Metadata
Metadata
Assignees
Labels
No labels