stware commited on
Commit
6f45b86
1 Parent(s): 9a31b97
Files changed (4) hide show
  1. .gitignore +2 -0
  2. howto.md +0 -0
  3. requirements-local.txt +3 -0
  4. requirements.txt +2 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .DS_Store
2
+ __pycache__/
howto.md ADDED
File without changes
requirements-local.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ fastai
2
+ scikit-image
3
+ gradio==4.16.0
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai
2
+ scikit-image