Spaces:
Running
Running
add seamless m4t
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ tabs = [fm_interface]
|
|
111 |
titles = ["F-M Setup"]
|
112 |
|
113 |
with gr.Blocks() as demo:
|
114 |
-
gr.Markdown("#
|
115 |
gr.Markdown(
|
116 |
"""
|
117 |
Datasets currently included:
|
|
|
111 |
titles = ["F-M Setup"]
|
112 |
|
113 |
with gr.Blocks() as demo:
|
114 |
+
gr.Markdown("# Fair ASR Leadeboard")
|
115 |
gr.Markdown(
|
116 |
"""
|
117 |
Datasets currently included:
|
config.py
CHANGED
@@ -62,7 +62,7 @@ class SeamlessInfo:
|
|
62 |
model2info = {
|
63 |
"openai--whisper-large-v3": WhisperInfo,
|
64 |
"openai--whisper-large-v3-turbo": WhisperInfo,
|
65 |
-
|
66 |
}
|
67 |
|
68 |
|
|
|
62 |
model2info = {
|
63 |
"openai--whisper-large-v3": WhisperInfo,
|
64 |
"openai--whisper-large-v3-turbo": WhisperInfo,
|
65 |
+
"facebook--seamless-m4t-v2-large": SeamlessInfo,
|
66 |
}
|
67 |
|
68 |
|