szili2011 commited on
Commit
c57a3df
·
verified ·
1 Parent(s): e2ee6a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- librosa
3
- numpy
4
- midiutil
5
- mido
6
- pydub
 
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)