ozgurkara commited on
Commit
0d607ed
1 Parent(s): dfa1bd7
Files changed (2) hide show
  1. __pycache__/app.cpython-38.pyc +0 -0
  2. 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')).replace('.mp4', '.gif')
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