Owen
commited on
Commit
·
e909f31
1
Parent(s):
f9fad03
update app
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ demo = gr.TabbedInterface(
|
|
| 172 |
[tab_transcribe, tab_background, tab_architecture, tab_results, tab_authors],
|
| 173 |
["Transcribe", "Latar Belakang", "Arsitektur", "Evaluasi", "Fine-Tuned By"],
|
| 174 |
theme=gr.themes.Soft(),
|
| 175 |
-
title="Whisper VS Conformer Model
|
| 176 |
)
|
| 177 |
|
| 178 |
if __name__ == "__main__":
|
|
|
|
| 172 |
[tab_transcribe, tab_background, tab_architecture, tab_results, tab_authors],
|
| 173 |
["Transcribe", "Latar Belakang", "Arsitektur", "Evaluasi", "Fine-Tuned By"],
|
| 174 |
theme=gr.themes.Soft(),
|
| 175 |
+
title="Whisper VS Conformer Model"
|
| 176 |
)
|
| 177 |
|
| 178 |
if __name__ == "__main__":
|