Spaces:
Running
on
A10G
Running
on
A10G
bug fix
Browse files- __pycache__/app.cpython-38.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-38.pyc
CHANGED
Binary files a/__pycache__/app.cpython-38.pyc and b/__pycache__/app.cpython-38.pyc differ
|
|
app.py
CHANGED
@@ -166,7 +166,7 @@ def run(*args):
|
|
166 |
|
167 |
def output_video_fn(video_path, text_prompt):
|
168 |
fold_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "example_videos")
|
169 |
-
video_path = os.path.join(fold_path, os.path.basename(video_path).replace('input', 'output'))
|
170 |
|
171 |
return video_path
|
172 |
|
|
|
166 |
|
167 |
def output_video_fn(video_path, text_prompt):
|
168 |
fold_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "example_videos")
|
169 |
+
video_path = os.path.join(fold_path, os.path.basename(video_path).replace('input', 'output'))
|
170 |
|
171 |
return video_path
|
172 |
|