Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def infer(video_frames, masks_frames):
|
|
31 |
execute_command(command)
|
32 |
|
33 |
# Get the list of files in the "results" folder
|
34 |
-
result_files = os.listdir(bmx_trees_folder)
|
35 |
|
36 |
# Print the content of the "results/bmx-trees" folder
|
37 |
print("Contents of the results folder:")
|
|
|
31 |
execute_command(command)
|
32 |
|
33 |
# Get the list of files in the "results" folder
|
34 |
+
#result_files = os.listdir(bmx_trees_folder)
|
35 |
|
36 |
# Print the content of the "results/bmx-trees" folder
|
37 |
print("Contents of the results folder:")
|