Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
|
5 |
from pathlib import Path
|
6 |
from fastai.vision.all import *
|
|
|
1 |
+
pip install fastbook
|
2 |
+
pip install timm
|
3 |
+
pip install huggingface_hub["fastai"]
|
4 |
|
5 |
from pathlib import Path
|
6 |
from fastai.vision.all import *
|