Skip to content

Commit 238afa0

Browse files
authored
Update Mask.py
1 parent 6c9a0cc commit 238afa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

detect_mask/Mask.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from fastai.vision import *
44
import imp
55
import sys
6-
import os
6+
import os
7+
import warnings
78
from pathlib import Path
89
warnings.filterwarnings("ignore")
910

0 commit comments

Comments
 (0)