Update app.py
Browse files
app.py
CHANGED
|
@@ -77,9 +77,9 @@ def transcribe(audio, selected_model):
|
|
| 77 |
return result_selected, result_other
|
| 78 |
|
| 79 |
|
| 80 |
-
title = "ποΈ Moulsot
|
| 81 |
description = """
|
| 82 |
-
Compare two fine-tuned Whisper models for **
|
| 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 |
|