Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
__all__ = ['is_real', 'learn', 'virtual staging', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
|
|
2 |
|
3 |
#|export
|
4 |
#fastai has to be available, i.e. fastai folder
|
|
|
1 |
+
__all__ = ['is_real', 'learn', 'virtual staging', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
2 |
+
import pathlib
|
3 |
|
4 |
#|export
|
5 |
#fastai has to be available, i.e. fastai folder
|