Spaces:
Running
Running
Update app.py
Browse files
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,
|