fffiloni commited on
Commit
7bb79b2
1 Parent(s): 59299a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from PIL import Image
6
  from rembg import remove
7
  import subprocess
8
  from glob import glob
 
9
 
10
  def remove_background(input_url):
11
  # Create a temporary folder for downloaded and processed images
 
6
  from rembg import remove
7
  import subprocess
8
  from glob import glob
9
+ import requests
10
 
11
  def remove_background(input_url):
12
  # Create a temporary folder for downloaded and processed images