ArturG9 commited on
Commit
0c04269
·
verified ·
1 Parent(s): 45fe669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,7 +1,9 @@
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
 
 
5
  learn = load_learner('ConvNext_RmsProps.pkl')
6
 
7
  labels = learn.dls.vocab
 
1
+ pip install fastai
2
  import gradio as gr
3
  from fastai.vision.all import *
4
  import skimage
5
 
6
+
7
  learn = load_learner('ConvNext_RmsProps.pkl')
8
 
9
  labels = learn.dls.vocab