Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ def transcribe(file_upload, progress=gr.Progress(track_tqdm=True)):
|
|
| 144 |
###############################################################################
|
| 145 |
|
| 146 |
HEADER_INFO = """
|
| 147 |
-
# Norwegian
|
| 148 |
""".strip()
|
| 149 |
|
| 150 |
css = """
|
|
|
|
| 144 |
###############################################################################
|
| 145 |
|
| 146 |
HEADER_INFO = """
|
| 147 |
+
# This space uses the *Norwegian NB-Whisper Large* model by **NbAiLab** to transcribe long-form microphone or audio inputs in Norwegian of arbitrary length.
|
| 148 |
""".strip()
|
| 149 |
|
| 150 |
css = """
|