jaydeepkarale commited on
Commit
272920e
1 Parent(s): 2be961e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
 
5
 
6
  def remove_background(input_img):
7
- subprocess.call(['sh', 'copylib.sh'])
8
  output_path = f'output.png + {id(input_img)}'
9
  output = remove(input_img)
10
  output.save(output_path)
 
4
 
5
 
6
  def remove_background(input_img):
7
+ subprocess.call(['sh', 'copylib.sh'])
8
  output_path = f'output.png + {id(input_img)}'
9
  output = remove(input_img)
10
  output.save(output_path)