01Yassine commited on
Commit
cea229d
Β·
verified Β·
1 Parent(s): 8862dd0

Update app.py

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