123LETSPLAY commited on
Commit
c0742fc
1 Parent(s): 17462d2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ transformers==4.34.0 # Hugging Face Transformers library
2
+ torch==2.0.1 # PyTorch for model execution
3
+ gradio==3.24.1 # Gradio for web interface