Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
|
| 2 |
gradio
|
|
|
|
|
|
|
|
|
|
| 3 |
librosa
|
| 4 |
soundfile
|
| 5 |
lz4
|
| 6 |
-
pytorch-lightning
|
| 7 |
pydub
|
| 8 |
spaces
|
|
|
|
| 1 |
+
git+https://github.com/haoheliu/SemantiCodec-inference.git
|
| 2 |
gradio
|
| 3 |
+
torch
|
| 4 |
+
torchaudio
|
| 5 |
+
asyncio
|
| 6 |
librosa
|
| 7 |
soundfile
|
| 8 |
lz4
|
|
|
|
| 9 |
pydub
|
| 10 |
spaces
|