Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def infer(video_in):
|
|
51 |
|
52 |
# Need to find where are the results stored, default should be "./outputs/tmp"
|
53 |
# Print the outputs directory contents
|
54 |
-
|
55 |
return "done"
|
56 |
|
57 |
with gr.Blocks() as demo:
|
|
|
51 |
|
52 |
# Need to find where are the results stored, default should be "./outputs/tmp"
|
53 |
# Print the outputs directory contents
|
54 |
+
print_directory_contents('./outputs/tmp')
|
55 |
return "done"
|
56 |
|
57 |
with gr.Blocks() as demo:
|