Spaces:
Running
Running
Update app.py
Browse files
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():
|