Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def install_dependencies():
|
|
| 19 |
sys.exit(1) # Exit the script if installation fails
|
| 20 |
|
| 21 |
# Install dependencies at the start
|
| 22 |
-
install_dependencies()
|
| 23 |
|
| 24 |
def remove_background(input_url):
|
| 25 |
# Create a temporary folder for downloaded and processed images
|
|
|
|
| 19 |
sys.exit(1) # Exit the script if installation fails
|
| 20 |
|
| 21 |
# Install dependencies at the start
|
| 22 |
+
#install_dependencies()
|
| 23 |
|
| 24 |
def remove_background(input_url):
|
| 25 |
# Create a temporary folder for downloaded and processed images
|