0Curious0 commited on
Commit
6f6901a
·
verified ·
1 Parent(s): c7a041e

Upload 2 files

Browse files
Files changed (2) hide show
  1. requirements.txt +8 -0
  2. runtime.txt +1 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ matplotlib==3.11.0
3
+ matplotlib-inline
4
+ numpy
5
+ pillow
6
+ torch
7
+ torchvision==0.27.0
8
+ huggingface-hub
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.11.11