Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
swoyam2609/InPaiting_with_mask
TDN-M
/
PaintMask
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
swoyam-sarvam
commited on
Feb 24
Commit
c4b8847
·
1 Parent(s):
2ab564d
removed matplot lib
Browse files
Files changed (1)
hide
show
mask.py
+0
-1
mask.py
CHANGED
Viewed
@@ -1,6 +1,5 @@
1
import cv2
2
import numpy as np
3
-
import matplotlib.pyplot as plt
4
5
def create_mask(image):
6
"""
1
import cv2
2
import numpy as np
3
4
def create_mask(image):
5
"""