tomaseo2022 commited on
Commit
16ecfd1
1 Parent(s): 40e955a

Upload 3 files

Browse files
Files changed (3) hide show
  1. DS_Store +0 -0
  2. git.sh +3 -0
  3. requirements.txt +3 -0
DS_Store ADDED
Binary file (8.2 kB). View file
 
git.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git add .
2
+ git commit -m "1.0"
3
+ git push
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio==2.9.4
2
+ opencv-python==4.6.0.66
3
+ rembg==2.0.25