fjenett commited on
Commit
9defd72
1 Parent(s): 1f5ca00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -53,10 +53,9 @@ examples = [
53
  ["./AAMED/python/002_0038.jpg"]
54
  ]
55
 
56
- test_files = glob.glob('examples/*.jpg') + glob.glob('examples/*.png')
57
-
58
- for f in test_files:
59
- examples = examples + [f]
60
 
61
  gr.Interface(
62
  fn=detect_ellipses,
 
53
  ["./AAMED/python/002_0038.jpg"]
54
  ]
55
 
56
+ # test_files = glob.glob('./examples/*.jpg') + glob.glob('./examples/*.png')
57
+ # for f in test_files:
58
+ # examples = examples + [f]
 
59
 
60
  gr.Interface(
61
  fn=detect_ellipses,