fffiloni commited on
Commit
0e7972e
1 Parent(s): b71b6bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print_directory_contents('./outputs/tmp')
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: