gauthamk commited on
Commit
29f751d
1 Parent(s): f3832f8

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.16.1
2
+ json5==0.9.10
3
+ matplotlib==3.6.2
4
+ matplotlib-inline==0.1.6
5
+ numpy==1.23.5
6
+ onnx==1.13.0
7
+ onnxruntime==1.13.1
8
+ pandas==1.5.2
9
+ Pillow==9.3.0
10
+ torch==1.13.1+cu116
11
+ torchvision==0.14.1+cu116
12
+ tqdm==4.64.1