Kryko7 commited on
Commit
ba5a0a6
·
1 Parent(s): 2bf439c

imported fastai library

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  learn = load_learner('export.pkl')
3
  # def greet(name):
4
  # return "Hello " + name + "!!"
 
1
  import gradio as gr
2
+ from fastai.vision.all import *
3
+
4
  learn = load_learner('export.pkl')
5
  # def greet(name):
6
  # return "Hello " + name + "!!"