tonyassi commited on
Commit
405b28a
·
1 Parent(s): 83b67a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()