Update app.py
Browse files
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[
|
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)}")
|