Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def remove_background(img):
|
|
22 |
start = time.time()
|
23 |
segformer_b2_clothes_result = segformer_b2_clothes(img)
|
24 |
end = time.time()
|
25 |
-
segformer_b2_clothes_text = "[mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes) \n" + str(end-start) + " seconds"
|
26 |
|
27 |
#rembg
|
28 |
start = time.time()
|
|
|
22 |
start = time.time()
|
23 |
segformer_b2_clothes_result = segformer_b2_clothes(img)
|
24 |
end = time.time()
|
25 |
+
segformer_b2_clothes_text = """[mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes) \n""" + str(end-start) + """ seconds"""
|
26 |
|
27 |
#rembg
|
28 |
start = time.time()
|