VinitT commited on
Commit
7951ebc
·
verified ·
1 Parent(s): 22ec225

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ torch>=1.10.0
2
+ torchvision>=0.11.0
3
+ transformers>=4.30.0
4
+ diffusers>=0.20.0
5
+ gradio>=3.40.0
6
+ Pillow>=9.0.0