Mbonea commited on
Commit
af60251
·
1 Parent(s): 89d221a

base model is the default

Browse files
Files changed (1) hide show
  1. App/Worker.py +1 -1
App/Worker.py CHANGED
@@ -27,7 +27,7 @@ def transcription_task(self, file_path, model_size="tiny"):
27
 
28
 
29
  @celery.task(name="download", bind=True)
30
- def downloadfile(self, url, ydl_opts, model_size="tiny"):
31
  # updated
32
  self.update_state(state="Downloading File..", meta={})
33
 
 
27
 
28
 
29
  @celery.task(name="download", bind=True)
30
+ def downloadfile(self, url, ydl_opts, model_size="base"):
31
  # updated
32
  self.update_state(state="Downloading File..", meta={})
33