Teddy Xinyuan Chen commited on
Commit
8c792de
·
unverified ·
1 Parent(s): 64d81b2

2024-05-10T14-20-31Z

Browse files
Files changed (2) hide show
  1. README.md +16 -1
  2. app.py +1 -1
README.md CHANGED
@@ -9,4 +9,19 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Hokkien Converter
13
+
14
+ Transliterate Hokkien to various romanization schemes online, powered by [taibun](https://github.com/andreihar/taibun).
15
+
16
+ Blog post: https://teddysc.me/blog/introducing/hokkien-converter
17
+
18
+ Use it online: https://huggingface.co/spaces/tddschn/taibun-converter
19
+
20
+ - [Hokkien Converter](#hokkien-converter)
21
+ - [Demo](#demo)
22
+
23
+ ## Demo
24
+
25
+ ![](https://github.com/cli/cli/assets/45612704/1424cff5-661d-4da5-8335-47711ea25d52)
26
+
27
+ https://huggingface.co/spaces/tddschn/taibun-converter
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
53
  gr.Textbox(label="Traditional Chinese"),
54
  ],
55
  title="Hokkien Transliteration Converter",
56
- description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me'>Teddy</a>.",
57
  examples=[list(x) for x in examples],
58
  )
59
 
 
53
  gr.Textbox(label="Traditional Chinese"),
54
  ],
55
  title="Hokkien Transliteration Converter",
56
+ description="Convert Hokkien text between various transliteration systems using the <a href='https://github.com/andreihar/taibun' target='_blank'>taibun</a> package. Made by <a href='https://teddysc.me/blog/introducing/hokkien-converter'>Teddy</a>.",
57
  examples=[list(x) for x in examples],
58
  )
59