added missing librosa dep
This commit is contained in:
parent
a1ff004c04
commit
af33773688
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ dependencies = [
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"numpy",
|
"numpy",
|
||||||
"scipy",
|
"scipy",
|
||||||
|
"librosa",
|
||||||
"ml-collections",
|
"ml-collections",
|
||||||
"absl-py",
|
"absl-py",
|
||||||
"gradio",
|
"gradio",
|
||||||
|
|
Loading…
Reference in a new issue