Update requirements.txt
Browse filesAdd fastapi requirement to fix the error
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch
|
|
2 |
torchaudio
|
3 |
pysoundfile
|
4 |
huggingface_hub
|
5 |
-
safetensors
|
|
|
|
2 |
torchaudio
|
3 |
pysoundfile
|
4 |
huggingface_hub
|
5 |
+
safetensors
|
6 |
+
fastapi<0.113.0
|