Create requirements.txt
Browse files- 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
|