01Yassine commited on
Commit
cdce7e5
Β·
verified Β·
1 Parent(s): 87f4296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,9 +77,9 @@ def transcribe(audio, selected_model):
77
  return result_selected, result_other
78
 
79
 
80
- title = "πŸŽ™οΈ Moulsot Whisper ASR Comparison"
81
  description = """
82
- Compare two fine-tuned Whisper models for **Arabic ASR**:
83
  - 🟩 **moulsot_v0.1_2500**
84
  - 🟦 **moulsot_v0.2_1000**
85
 
 
77
  return result_selected, result_other
78
 
79
 
80
+ title = "πŸŽ™οΈ Moulsot ASR Comparison"
81
  description = """
82
+ Compare two fine-tuned Whisper models for **Darija ASR**:
83
  - 🟩 **moulsot_v0.1_2500**
84
  - 🟦 **moulsot_v0.2_1000**
85