Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|