kbrodt commited on
Commit
b97540e
1 Parent(s): 15b614c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, False, 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(