Yihan Zhou commited on
Commit
cc0f424
1 Parent(s): 4968cc4

add environments.txt

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +2 -0
app.py CHANGED
@@ -1,5 +1,3 @@
1
- !pip install -Uqq fastai
2
-
3
  from fastai.vision.all import *
4
  learn = load_learner('export.pkl')
5
 
 
 
 
1
  from fastai.vision.all import *
2
  learn = load_learner('export.pkl')
3
 
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai
2
+ torch==1.12.1