Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ApplyDesign/RemoveFurnitureV1
ApplyDesign
/
V1
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
michaelapplydesign
commited on
Apr 8, 2024
Commit
db1433d
·
1 Parent(s):
8a5a456
up 1
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -44,6 +44,9 @@ def predict(input_img1,
44
)
45
retList.append(result_image)
46
47
return retList
48
49
44
)
45
retList.append(result_image)
46
47
+
while (len(retList)<10):
48
+
retList.append(None)
49
+
50
return retList
51
52