Keiraj commited on
Commit
30c66b7
1 Parent(s): 228d591

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -10
requirements.txt CHANGED
@@ -1,14 +1,5 @@
1
- # Streamlit for running the app
2
  streamlit==1.21.0
3
-
4
- # Diffusers for Stable Diffusion functionality
5
  diffusers==0.17.0
6
-
7
- # Hugging Face Hub for interacting with models
8
- huggingface_hub==0.15.1
9
-
10
- # PyTorch (make sure you choose the appropriate version for CPU usage)
11
  torch==1.13.1
12
-
13
- # Pillow for image processing
14
  Pillow==9.1.1
 
 
1
  streamlit==1.21.0
 
 
2
  diffusers==0.17.0
 
 
 
 
 
3
  torch==1.13.1
4
+ huggingface_hub==0.15.1
 
5
  Pillow==9.1.1