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