JaesungHuh commited on
Commit
dc806ef
·
verified ·
1 Parent(s): 58f4990

Update requirements.txt

Browse files

Add fastapi requirement to fix the error

Files changed (1) hide show
  1. 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