bhushanp commited on
Commit
990e9e8
·
1 Parent(s): 976b813

import errors

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import gradio as gr
2
  import numpy as np
 
 
 
3
 
4
  # Load a pre-trained image classification model
5
  learn = load_learner('models/model.pth')
 
1
  import gradio as gr
2
  import numpy as np
3
+ import fastbook
4
+ fastbook.setup_book()
5
+ from fastai.vision.all import *
6
 
7
  # Load a pre-trained image classification model
8
  learn = load_learner('models/model.pth')