Spaces:
Runtime error
Runtime error
Commit
Β·
9259127
1
Parent(s):
44d950f
update
Browse files
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=
|
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 |
|