VimalrajS04 commited on
Commit
aebdb7f
·
verified ·
1 Parent(s): 9a87580

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt CHANGED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML & Hugging Face Libraries
2
+ torch
3
+ torchvision
4
+ diffusers
5
+ transformers
6
+ accelerate
7
+ einops
8
+
9
+ # Gradio Web Demo
10
+ gradio
11
+
12
+ # Image & Data Handling
13
+ numpy
14
+ Pillow
15
+ opencv-python-headless
16
+ omegaconf
17
+
18
+ # For running parsing models
19
+ onnxruntime-gpu