Tas01 commited on
Commit
573700a
·
verified ·
1 Parent(s): d840bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(title="AI Background Remover", theme="soft") as demo:
50
 
51
  # Handle examples if they exist
52
  example_files = []
53
- for i in range(1, 4):
54
  example_path = f"example_{i:02d}.jpg"
55
  if os.path.exists(example_path):
56
  example_files.append([example_path])
 
50
 
51
  # Handle examples if they exist
52
  example_files = []
53
+ for i in range(1, 6):
54
  example_path = f"example_{i:02d}.jpg"
55
  if os.path.exists(example_path):
56
  example_files.append([example_path])