asampaiosoares commited on
Commit
64e11a5
1 Parent(s): 56bc10e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import pathlib
2
  temp = pathlib.PosixPath
3
  pathlib.WindowsPath = pathlib.PosixPath
4
 
5
-
6
  learn_inf = load_learner('export.pkl')
7
 
8
  import gradio as gr
 
2
  temp = pathlib.PosixPath
3
  pathlib.WindowsPath = pathlib.PosixPath
4
 
5
+ from fastai.vision.all import *
6
  learn_inf = load_learner('export.pkl')
7
 
8
  import gradio as gr