stefantaubert commited on
Commit
9259127
β€’
1 Parent(s): 44d950f
Files changed (2) hide show
  1. README.md +4 -4
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: pinyin-to-ipa
3
- emoji: πŸ’¬
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: gradio
@@ -11,10 +11,10 @@ license: mit
11
  fullWidth: false
12
  python_version: 3.11
13
  tags:
14
- - speech synthesis
15
- - text-to-speech
16
- - speech generation
17
  - linguistics
 
 
 
18
  startup_duration_timeout: 10m
19
  ---
20
 
 
1
  ---
2
  title: pinyin-to-ipa
3
+ emoji: πŸ”„
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: gradio
 
11
  fullWidth: false
12
  python_version: 3.11
13
  tags:
 
 
 
14
  - linguistics
15
+ - phonetics
16
+ - Hanyu
17
+ - Chinese
18
  startup_duration_timeout: 10m
19
  ---
20
 
app.py CHANGED
@@ -80,7 +80,7 @@ def build_interface() -> gr.Blocks:
80
  output_txt_box,
81
  ],
82
  label="Examples",
83
- cache_examples=False,
84
  examples_per_page=20,
85
  )
86
 
 
80
  output_txt_box,
81
  ],
82
  label="Examples",
83
+ cache_examples=True,
84
  examples_per_page=20,
85
  )
86