Spaces:
Running
Running
description update
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ compute_type = "int8"
|
|
17 |
model = whisperx.load_model("large-v3", device, compute_type=compute_type)
|
18 |
|
19 |
title = "ποΈ Multilingual Audio Processor"
|
20 |
-
description = "
|
21 |
|
22 |
def clean_alignment(result):
|
23 |
cleaned_segments = []
|
|
|
17 |
model = whisperx.load_model("large-v3", device, compute_type=compute_type)
|
18 |
|
19 |
title = "ποΈ Multilingual Audio Processor"
|
20 |
+
description = "Record or upload audio to transcribe, align, or identify speakers β powered by WhisperX"
|
21 |
|
22 |
def clean_alignment(result):
|
23 |
cleaned_segments = []
|