Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ print(f"[SYSTEM] | Using {DEVICE} type compute device.")
|
|
15 |
DEFAULT_TASK = "transcribe"
|
16 |
BATCH_SIZE = 8
|
17 |
|
18 |
-
repo = pipeline(task="automatic-speech-recognition", model="
|
19 |
|
20 |
css = '''
|
21 |
.gradio-container{max-width: 560px !important}
|
|
|
15 |
DEFAULT_TASK = "transcribe"
|
16 |
BATCH_SIZE = 8
|
17 |
|
18 |
+
repo = pipeline(task="automatic-speech-recognition", model="deepdml/faster-whisper-large-v3-turbo-ct2", chunk_length_s=30, device=DEVICE)
|
19 |
|
20 |
css = '''
|
21 |
.gradio-container{max-width: 560px !important}
|