Spaces:
Runtime error
Runtime error
Alexander McKinney
commited on
Commit
·
9c3fab3
1
Parent(s):
2c40ea1
removes sklearn image
Browse files
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import requests
|
|
| 3 |
import numpy as np
|
| 4 |
import torch
|
| 5 |
from PIL import Image
|
| 6 |
-
from skimage.measure import block_reduce
|
| 7 |
from typing import List, Optional
|
| 8 |
from functools import reduce
|
| 9 |
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
import torch
|
| 5 |
from PIL import Image
|
|
|
|
| 6 |
from typing import List, Optional
|
| 7 |
from functools import reduce
|
| 8 |
|