Mbonea commited on
Commit
24d11fd
1 Parent(s): 0d68942

different workers

Browse files
Files changed (1) hide show
  1. App/Worker.py +1 -1
App/Worker.py CHANGED
@@ -43,7 +43,7 @@ def transcription_task(self, file_path, model_size="tiny"):
43
  return data
44
 
45
 
46
- @celery.task(name="download", bind=True)
47
  def downloadfile(self, url, ydl_opts, model_size="base"):
48
  self.update_state(state="Downloading File..", meta={})
49
 
 
43
  return data
44
 
45
 
46
+ @celery.task(name="downloadx", bind=True)
47
  def downloadfile(self, url, ydl_opts, model_size="base"):
48
  self.update_state(state="Downloading File..", meta={})
49