szili2011 commited on
Commit
d7bf6f1
·
verified ·
1 Parent(s): 9f007b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio==3.41.2 # Latest Gradio version for interface creation
2
- pydub==0.25.1 # For audio manipulation
3
- mido==1.2.10 # For MIDI file handling
4
- soundfile==0.10.3.post1 # For handling audio files
5
- numpy==1.23.5 # Required by PyDub and SoundFile
6
- sf2utils==0.9 # A utility library to work with SF2 files (if you use Python-based SoundFont generation)
 
 
1
+ gradio
2
+ numpy
3
+ librosa
4
+ pydub
5
+ pyrubberband>=0.3.0
6
+ soundfile
7
+ pedalboard