wq2012 commited on
Commit
f1c2198
·
verified ·
1 Parent(s): 1193fe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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. Paper: https://arxiv.org/abs/2202.12163
 
 
 
 
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"