Spaces:
Build error
Build error
tareknaous
commited on
Commit
·
471a329
1
Parent(s):
e2993d7
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import math
|
2 |
import cv2
|
3 |
-
import datasets
|
4 |
import numpy as np
|
5 |
from matplotlib import pyplot as plt
|
6 |
from scipy import ndimage
|
|
|
1 |
import math
|
2 |
import cv2
|
3 |
+
from sklearn import datasets
|
4 |
import numpy as np
|
5 |
from matplotlib import pyplot as plt
|
6 |
from scipy import ndimage
|