Nick088 commited on
Commit
8c2c042
·
verified ·
1 Parent(s): 982d928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def inference_video(video, size):
118
  except Exception as e:
119
  print(f"Error saving video input: {str(e)}")
120
  os.system("python inference_video.py")
121
- return os.path.join('/tmp/results_mp4_videos/', 'input.mp4')
122
 
123
 
124
 
 
118
  except Exception as e:
119
  print(f"Error saving video input: {str(e)}")
120
  os.system("python inference_video.py")
121
+ return os.path.join(f'/{INPUT_DIR}/results_mp4_videos/', 'input.mp4')
122
 
123
 
124