fffiloni commited on
Commit
18be423
·
verified ·
1 Parent(s): c34034e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate(input_video):
70
 
71
  output_videos = glob(os.path.join(f"{workdir}", "*.mp4"))
72
  print(output_videos)
73
- return output_videos[0], output_videos[1], output_videos[2], output_videos[3],output_videos[4]
74
 
75
  except subprocess.CalledProcessError as e:
76
  raise gr.Error(f"Error during inference: {str(e)}")
 
70
 
71
  output_videos = glob(os.path.join(f"{workdir}", "*.mp4"))
72
  print(output_videos)
73
+ return output_videos[4]
74
 
75
  except subprocess.CalledProcessError as e:
76
  raise gr.Error(f"Error during inference: {str(e)}")