pravin007s commited on
Commit
c619943
·
verified ·
1 Parent(s): 47454a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- accelerate
2
- diffusers
3
- invisible_watermark
4
- torch
5
- transformers
6
- xformers
 
1
+ transformers==4.31.0 # Hugging Face Transformers library
2
+ gradio==3.24.1 # Gradio for the web interface
3
+ torch==2.0.1 # PyTorch (if needed for any deep learning tasks)
4
+ diffusers==0.19.3 # For Stable Diffusion model handling (if applicable)
5
+ Pillow==10.0.1 # For image processing
6
+ scipy==1.11.2 # For scientific computing