Spaces:
Build error
Build error
File size: 203 Bytes
17725c1 |
1 2 3 4 5 6 |
from backend import SengaFiller
from numpy import ndarray,asarray
from PIL import Image
class DummySengaFiller(SengaFiller):
def run(self,image: Image.Image) -> ndarray:
return asarray(image) |