Spaces:
Runtime error
Runtime error
Teddy Xinyuan Chen
commited on
2024-05-14T18-28-06Z
Browse files
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/blog/introducing/hokkien-converter'>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>.<br/><img src='https://github.com/cli/cli/assets/45612704/84eaa125-43c8-4b52-a3e6-329c7d59c8ff' />",
|
57 |
examples=[list(x) for x in examples],
|
58 |
)
|
59 |
|