Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,10 +2,11 @@
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
demucs>=4.0.0
|
| 5 |
-
basic-pitch
|
| 6 |
-
|
| 7 |
# Gradio UI
|
| 8 |
gradio>=4.0.0
|
|
|
|
| 9 |
|
| 10 |
# Audio I/O & MIDI
|
| 11 |
soundfile>=0.12.0
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
demucs>=4.0.0
|
| 5 |
+
basic-pitch @ git+https://github.com/spotify/basic-pitch.git
|
| 6 |
+
|
| 7 |
# Gradio UI
|
| 8 |
gradio>=4.0.0
|
| 9 |
+
pillow>=10.4.0
|
| 10 |
|
| 11 |
# Audio I/O & MIDI
|
| 12 |
soundfile>=0.12.0
|