PengWeixuanSZU commited on
Commit
9422727
·
verified ·
1 Parent(s): 71a4845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def inference(source_images,
179
 
180
  return video
181
 
182
- def process_video(video_file, image_file, positive_prompt, negative_prompt, guidance, random_seed, choice, progress=)->str:#gr.Progress(track_tqdm=True)
183
  if choice==33:
184
  video_shard=1
185
  elif choice==65:
 
179
 
180
  return video
181
 
182
+ def process_video(video_file, image_file, positive_prompt, negative_prompt, guidance, random_seed, choice, progress=None)->str:#gr.Progress(track_tqdm=True)
183
  if choice==33:
184
  video_shard=1
185
  elif choice==65: