Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ with gr.Blocks(title="WhisperNER v1") as demo:
|
|
| 138 |
|
| 139 |
## Links
|
| 140 |
|
| 141 |
-
* Paper:
|
| 142 |
* Model: https://huggingface.co/aiola/whisper-ner-v1
|
| 143 |
* Code: https://github.com/aiola-lab/whisper-ner
|
| 144 |
"""
|
|
|
|
| 138 |
|
| 139 |
## Links
|
| 140 |
|
| 141 |
+
* Paper: [WhisperNER: Unified Open Named Entity and Speech Recognition](https://arxiv.org/abs/2409.08107).
|
| 142 |
* Model: https://huggingface.co/aiola/whisper-ner-v1
|
| 143 |
* Code: https://github.com/aiola-lab/whisper-ner
|
| 144 |
"""
|