Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
-
|
2 |
-
"""app
|
3 |
-
Automatically generated by Colaboratory.
|
4 |
-
Original file is located at
|
5 |
-
https://colab.research.google.com/drive/1sm_pZkdxzPTsmU4kQ9Sdiq5VlFEqRWDQ
|
6 |
-
"""
|
7 |
-
|
8 |
-
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
9 |
|
10 |
# Cell
|
11 |
from fastai.vision.all import *
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
# Cell
|
4 |
from fastai.vision.all import *
|