kbrodt commited on
Commit
2e55dd7
1 Parent(s): 483d460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -76,6 +76,8 @@ def main():
76
  examples = []
77
  for img_path in Path("./data/images").glob("*"):
78
  examples.append([str(img_path), True, True, False, True])
 
 
79
  demo = gr.Interface(
80
  fn=pose,
81
  inputs=[
 
76
  examples = []
77
  for img_path in Path("./data/images").glob("*"):
78
  examples.append([str(img_path), True, True, False, True])
79
+ break
80
+
81
  demo = gr.Interface(
82
  fn=pose,
83
  inputs=[