Mahmoud Salhab
commited on
Commit
·
c71f75e
1
Parent(s):
27dc445
updating last update msg
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ We also provide a comprehensive analysis of the models' robustness, speaker adap
|
|
47 |
def styled_message(message):
|
48 |
return f"<p style='color: green; font-size: 20px; text-align: center;'>{message}</p>"
|
49 |
|
50 |
-
LAST_UPDATED = "
|
51 |
|
52 |
|
53 |
results = {
|
|
|
47 |
def styled_message(message):
|
48 |
return f"<p style='color: green; font-size: 20px; text-align: center;'>{message}</p>"
|
49 |
|
50 |
+
LAST_UPDATED = "Apr 24th 2025:[New models included: cntxt-ai-munsit-1, elevenlabs-scribe-v1, microsoft-azure-stt, openai-gpt-4o-transcribe]"
|
51 |
|
52 |
|
53 |
results = {
|