Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def main():
|
|
64 |
|
65 |
examples = []
|
66 |
for img_path in Path("./data/images").glob("*"):
|
67 |
-
examples.append([str(img_path), True, True,
|
68 |
break
|
69 |
|
70 |
demo = gr.Interface(
|
|
|
64 |
|
65 |
examples = []
|
66 |
for img_path in Path("./data/images").glob("*"):
|
67 |
+
examples.append([str(img_path), True, True, True, True])
|
68 |
break
|
69 |
|
70 |
demo = gr.Interface(
|