Spanicin commited on
Commit
496fdeb
·
verified ·
1 Parent(s): bf58d82

Update app_celery.py

Browse files
Files changed (1) hide show
  1. app_celery.py +1 -1
app_celery.py CHANGED
@@ -390,7 +390,7 @@ def split_audio(audio_path, chunk_duration=5):
390
 
391
  return audio_chunks
392
 
393
- @celery.task(bind=True)
394
  def process_video_for_chunk(audio_chunk_path, args_dict, chunk_index):
395
  print("Entered process_video_for_chunk")
396
  args = AnimationConfig(
 
390
 
391
  return audio_chunks
392
 
393
+ @celery.task
394
  def process_video_for_chunk(audio_chunk_path, args_dict, chunk_index):
395
  print("Entered process_video_for_chunk")
396
  args = AnimationConfig(