RaiRachit commited on
Commit
2c4791a
1 Parent(s): dcea53e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  __all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'example', 'intf']
2
 
3
 
 
1
+
2
+ import fastai
3
+
4
  __all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'example', 'intf']
5
 
6