Nick088 commited on
Commit
b11e1e9
·
verified ·
1 Parent(s): 8619eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def inference_video(video, size):
109
  os.system("cd ..")
110
  try:
111
  # Specify the desired output file path with the custom name and ".mp4" extension
112
- output_file_path = f"/tmp/videos/{custom_name}.mp4"
113
 
114
  # Save the video input to the specified file path
115
  with open(output_file_path, 'wb') as output_file:
 
109
  os.system("cd ..")
110
  try:
111
  # Specify the desired output file path with the custom name and ".mp4" extension
112
+ output_file_path = f"/{INPUT_DIR}/videos/{custom_name}.mp4"
113
 
114
  # Save the video input to the specified file path
115
  with open(output_file_path, 'wb') as output_file: