Spaces:
Runtime error
Runtime error
Teddy Xinyuan Chen
commited on
2024-05-10T12-16-32Z
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ interface = gr.Interface(
|
|
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=examples,
|
58 |
)
|
59 |
|
60 |
# Launch the app
|
|
|
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 |
|
60 |
# Launch the app
|