123LETSPLAY commited on
Commit
f9b0b67
1 Parent(s): 93bc65c

Create requirements.txt

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