Update seefood_classifier_import.py
Browse files
seefood_classifier_import.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import sys
|
2 |
from glob import glob
|
3 |
from pathlib import Path
|
|
|
4 |
|
5 |
import pip
|
6 |
from huggingface_hub import snapshot_download
|
|
|
1 |
import sys
|
2 |
from glob import glob
|
3 |
from pathlib import Path
|
4 |
+
import os
|
5 |
|
6 |
import pip
|
7 |
from huggingface_hub import snapshot_download
|