soluma commited on
Commit
072979e
·
verified ·
1 Parent(s): d61c4f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- transformers==4.33.2 # Hugging Face Transformers library
2
- torch==2.0.1 # PyTorch for model computation
3
- Pillow==9.2.0 # Image processing
4
- gradio==3.31.0 # Interactive web interface
 
1
+ transformers # Hugging Face Transformers library
2
+ torch # PyTorch for model computation
3
+ Pillow # Image processing
4
+ gradio # Interactive web interface