bugfix
This commit is contained in:
parent
d268182a84
commit
8c5cce3558
2
fw/fw.py
2
fw/fw.py
@ -10,7 +10,7 @@ class MyLongTask(LongTasks):
|
||||
redis_url = self.config.redis_url
|
||||
taskname = 'fastwhisper'
|
||||
worker_cnt = self.config.worker_cnt
|
||||
super().__init__(self, redis_url, taskname, worker_cnt=worker_cnt)
|
||||
super().__init__(redis_url, taskname, worker_cnt=worker_cnt)
|
||||
self.load_models()
|
||||
|
||||
def load_models(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user