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

2024-05-10T12-16-32Z

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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