fjenett commited on
Commit
a0c0e90
1 Parent(s): c26c761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -56,9 +56,7 @@ def detect_ellipses(img_path):
56
 
57
  return [Image.fromarray(imgG), result]
58
 
59
- examples = [
60
- ["./AAMED/python/002_0038.jpg"]
61
- ]
62
 
63
  test_files = glob.glob('./examples/*.jpg') + glob.glob('./examples/*.png')
64
  for f in test_files:
 
56
 
57
  return [Image.fromarray(imgG), result]
58
 
59
+ examples = []
 
 
60
 
61
  test_files = glob.glob('./examples/*.jpg') + glob.glob('./examples/*.png')
62
  for f in test_files: