Dua Rajper commited on
Commit
81ff51c
·
verified ·
1 Parent(s): 6fbef29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- streamlit==1.25.0 # For the Streamlit app interface
2
- transformers==4.33.3 # Hugging Face's Transformers library
3
- torch==2.0.1 # PyTorch for running models
4
- Pillow==9.3.0 # For image processing
5
- matplotlib==3.8.0 # For displaying segmentation masks
6
- huggingface-hub==0.17.3 # For downloading models from Hugging Face
 
1
+ streamlit
2
+ diffusers[torch]
3
+ transformers
4
+ accelerate
5
+ scipy
6
+ Pillow