Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 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)
|