Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ examples = [
|
|
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,
|
|
|
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,
|