Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|