Spaces:
Runtime error
Runtime error
Update description
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
import numpy as np
|
5 |
from torchvision import transforms
|
6 |
|
7 |
-
description = "Automatically remove the image background from a profile photo
|
8 |
|
9 |
|
10 |
def make_transparent_foreground(pic, mask):
|
|
|
4 |
import numpy as np
|
5 |
from torchvision import transforms
|
6 |
|
7 |
+
description = "gr.HTML(<h3 align='center'>Automatically remove the image background from a profile photo</h3>)"
|
8 |
|
9 |
|
10 |
def make_transparent_foreground(pic, mask):
|