Dpngtm commited on
Commit
e907b48
1 Parent(s): e111c36

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ torch # PyTorch for model handling
2
+ torchaudio # For audio processing
3
+ transformers # Hugging Face Transformers for loading model and processor
4
+ gradio # For the user interface