kines9661 commited on
Commit
47ecd62
·
verified ·
1 Parent(s): f6cfa9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -1,6 +1,12 @@
1
  gradio>=5.0.0
 
 
 
 
 
2
  huggingface-hub>=0.25.0
3
  pillow>=10.0.0
4
  fastapi>=0.115.0
5
  uvicorn>=0.32.0
6
  pydantic>=2.0.0
 
 
1
  gradio>=5.0.0
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ diffusers>=0.24.0
5
+ transformers>=4.35.0
6
+ accelerate>=0.24.0
7
  huggingface-hub>=0.25.0
8
  pillow>=10.0.0
9
  fastapi>=0.115.0
10
  uvicorn>=0.32.0
11
  pydantic>=2.0.0
12
+ safetensors>=0.4.0