kbrodt commited on
Commit
3b27bde
·
1 Parent(s): 9bb97f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -127,7 +127,6 @@ def main():
127
  examples = []
128
  for img_path in Path("./data/images").glob("*"):
129
  examples.append([str(img_path), True, True, False, True])
130
- break
131
 
132
  demo = gr.Interface(
133
  fn=pose,
 
127
  examples = []
128
  for img_path in Path("./data/images").glob("*"):
129
  examples.append([str(img_path), True, True, False, True])
 
130
 
131
  demo = gr.Interface(
132
  fn=pose,