fjenett commited on
Commit
d041661
1 Parent(s): c706d22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,9 +53,9 @@ examples = [
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,
 
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,