anurag629 commited on
Commit
cd2fab0
·
1 Parent(s): 9f1a6bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def run_script(image_path, video_path):
20
  subprocess.run(script, shell=True)
21
 
22
  # Return the path of the generated video
23
- return "/content/swapped.mp4"
24
 
25
  # Streamlit app
26
  def main():
 
20
  subprocess.run(script, shell=True)
21
 
22
  # Return the path of the generated video
23
+ return "/root/roop/content/swapped.mp4"
24
 
25
  # Streamlit app
26
  def main():