TheSquidBaron commited on
Commit
0407bb5
·
verified ·
1 Parent(s): 9d7ad41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,8 +1,12 @@
 
1
  gradio==4.44.1
 
2
  torch
3
  torchvision
4
  torchaudio
 
5
  diffusers[torch]
6
  transformers
7
  accelerate
8
- Pillow
 
 
1
+ # Pin Gradio version to avoid potential bugs in newer versions on HF Spaces
2
  gradio==4.44.1
3
+ # Core ML libraries
4
  torch
5
  torchvision
6
  torchaudio
7
+ # Hugging Face libraries for models and pipelines
8
  diffusers[torch]
9
  transformers
10
  accelerate
11
+ # Image handling
12
+ Pillow