HMWCS commited on
Commit
ed4d129
·
verified ·
1 Parent(s): b6645f5

git commit -m "feat: add more example images for frontend testing"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_example_images():
55
  for file in os.listdir(example_dir):
56
  if file.lower().endswith((".png", ".jpg", ".jpeg")):
57
  examples.append(os.path.join(example_dir, file))
58
- return examples[:3] # Limit to 3 examples
59
 
60
 
61
  # Create Gradio interface
 
55
  for file in os.listdir(example_dir):
56
  if file.lower().endswith((".png", ".jpg", ".jpeg")):
57
  examples.append(os.path.join(example_dir, file))
58
+ return examples[:10] # Limit to 3 examples
59
 
60
 
61
  # Create Gradio interface