SWAG456 commited on
Commit
1271eca
·
verified ·
1 Parent(s): 7f3a323

Add soundfile + numpy to requirements for audio editor

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,2 +1,4 @@
1
  gradio>=5.0.0
2
  gradio_client>=1.0.0
 
 
 
1
  gradio>=5.0.0
2
  gradio_client>=1.0.0
3
+ soundfile>=0.12.0
4
+ numpy>=1.24.0