Hamam commited on
Commit
9aae90a
·
verified ·
1 Parent(s): 6bc6bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from io import BytesIO
9
 
10
  # Constants
11
  MAX_FILE_SIZE = 5 * 1024 * 1024 # 5 MB
12
- DEFAULT_IMAGE_PATH = "default_image.png" # Path to your default image
13
 
14
  # Initialize the U2NET model
15
  u2net = U2NET(in_ch=3, out_ch=1)
 
9
 
10
  # Constants
11
  MAX_FILE_SIZE = 5 * 1024 * 1024 # 5 MB
12
+ DEFAULT_IMAGE_PATH = "image (4).png" # Path to your default image
13
 
14
  # Initialize the U2NET model
15
  u2net = U2NET(in_ch=3, out_ch=1)