Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
__all__ = ['is_makeup', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 2 |
|
| 3 |
# Cell
|
|
|
|
| 1 |
+
!pip install -Uqq fastai duckduckgo_search
|
| 2 |
+
|
| 3 |
__all__ = ['is_makeup', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 4 |
|
| 5 |
# Cell
|