Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,10 +62,7 @@ def init_model ():
|
|
62 |
)
|
63 |
print(f'Init model successful: {model}' )
|
64 |
return pipe
|
65 |
-
|
66 |
-
return pipe
|
67 |
-
|
68 |
-
def transcribe (audio_sample: bytes, pipe) -> str:
|
69 |
def transcribe (audio_sample: bytes, pipe) -> str:
|
70 |
|
71 |
# dataset = load_dataset("distil-whisper/librispeech_long", "clean", split="validation")
|
|
|
62 |
)
|
63 |
print(f'Init model successful: {model}' )
|
64 |
return pipe
|
65 |
+
|
|
|
|
|
|
|
66 |
def transcribe (audio_sample: bytes, pipe) -> str:
|
67 |
|
68 |
# dataset = load_dataset("distil-whisper/librispeech_long", "clean", split="validation")
|