Spaces:
Runtime error
Runtime error
Zeimoto
commited on
Commit
·
9f27454
1
Parent(s):
d7e888d
update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def init_model_trans ():
|
|
61 |
torch_dtype=torch_dtype,
|
62 |
device=device,
|
63 |
)
|
64 |
-
print(f'Init model successful
|
65 |
audit_elapsedtime(function="Initiating transcription model", start=start)
|
66 |
return pipe
|
67 |
|
|
|
61 |
torch_dtype=torch_dtype,
|
62 |
device=device,
|
63 |
)
|
64 |
+
print(f'Init model successful')
|
65 |
audit_elapsedtime(function="Initiating transcription model", start=start)
|
66 |
return pipe
|
67 |
|