Rafii commited on
Commit
9cb2e84
Β·
1 Parent(s): dff3004

description update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Upload an audio file and select whether to transcribe, align words, or identify speakers (Powered by WhisperX)."
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 = []