Spaces:
Runtime error
Runtime error
Eugene Siow
commited on
Commit
•
6b3eb59
1
Parent(s):
756c0a7
Add blog post link.
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from torchvision import transforms
|
|
6 |
|
7 |
title = "Remove Bg"
|
8 |
description = "Automatically remove the image background from a profile photo."
|
9 |
-
article = "<p style='text-align: center'><a href='https://github.com/eugenesiow/practical-ml'>Github Repo</a>"
|
10 |
|
11 |
|
12 |
def make_transparent_foreground(pic, mask):
|
|
|
6 |
|
7 |
title = "Remove Bg"
|
8 |
description = "Automatically remove the image background from a profile photo."
|
9 |
+
article = "<p style='text-align: center'><a href='https://news.machinelearning.sg/posts/beautiful_profile_pics_remove_background_image_with_deeplabv3/'>Blog</a> | <a href='https://github.com/eugenesiow/practical-ml'>Github Repo</a></p>"
|
10 |
|
11 |
|
12 |
def make_transparent_foreground(pic, mask):
|