Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,11 @@ import numpy as np
|
|
7 |
title = "Spoken Language Identification"
|
8 |
|
9 |
description = """
|
10 |
-
A demo of conformer-based spoken language identification.
|
|
|
|
|
|
|
|
|
11 |
"""
|
12 |
|
13 |
repo_id = "tflite-hub/conformer-lang-id"
|
|
|
7 |
title = "Spoken Language Identification"
|
8 |
|
9 |
description = """
|
10 |
+
A demo of conformer-based spoken language identification.
|
11 |
+
|
12 |
+
Paper: https://arxiv.org/abs/2202.12163
|
13 |
+
|
14 |
+
Model: https://huggingface.co/tflite-hub/conformer-lang-id
|
15 |
"""
|
16 |
|
17 |
repo_id = "tflite-hub/conformer-lang-id"
|