debug
Browse files- App/Worker.py +1 -1
App/Worker.py
CHANGED
@@ -38,7 +38,7 @@ def downloadfile(self, url, ydl_opts, model_size="base"):
|
|
38 |
# updated
|
39 |
self.update_state(state="Downloading complete", meta={})
|
40 |
audio_file = ydl_opts["outtmpl"]
|
41 |
-
print(model_size)
|
42 |
# print(audio_file["default"])
|
43 |
data = transcribe_file(
|
44 |
state=self, file_path=audio_file["default"], model_size=model_size
|
|
|
38 |
# updated
|
39 |
self.update_state(state="Downloading complete", meta={})
|
40 |
audio_file = ydl_opts["outtmpl"]
|
41 |
+
print(model_size,'worker after')
|
42 |
# print(audio_file["default"])
|
43 |
data = transcribe_file(
|
44 |
state=self, file_path=audio_file["default"], model_size=model_size
|