huntrezz commited on
Commit
2228f87
·
verified ·
1 Parent(s): de7584a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
 
 
1
  import gradio as gr
 
2
 
3
  # Load the trained model
4
  learn = load_learner('clocker.pkl')
 
1
+ !pip install -Uqq fastai
2
+
3
  import gradio as gr
4
+ from fastai.vision.all import *
5
 
6
  # Load the trained model
7
  learn = load_learner('clocker.pkl')