Spaces:
Runtime error
Runtime error
Stating the source of translation dataset
Browse files
app.py
CHANGED
@@ -28,7 +28,8 @@ with gr.Blocks() as demo:
|
|
28 |
gr.Markdown(
|
29 |
"""
|
30 |
For now, the model can translate the words included in Auto-Translate dictionary.
|
31 |
-
ํ์ฌ ๋ฒ์ ์ ๋ฒ์ญ๊ธฐ๋ ์์ฉ๊ตฌ์ ํฌํจ๋ ๋จ์ด๋ ํํ์ด ๋ค์ด๊ฐ ๋ฌธ์ฅ์
|
|
|
32 |
""")
|
33 |
gr.Examples(
|
34 |
[["ใฎใซใฌใกใใทใฅ่จไผๆฆใซ่กใฃใฆใใพใใไธ็ทใซ่กใใพใใใใ๏ผ"],
|
|
|
28 |
gr.Markdown(
|
29 |
"""
|
30 |
For now, the model can translate the words included in Auto-Translate dictionary.
|
31 |
+
ํ์ฌ ๋ฒ์ ์ ๋ฒ์ญ๊ธฐ๋ ์์ฉ๊ตฌ์ ํฌํจ๋ ๋จ์ด๋ ํํ์ด ๋ค์ด๊ฐ ๋ฌธ์ฅ์ ์ด๋์ ๋ ๋ฒ์ญํ ์ ์์ต๋๋ค.
|
32 |
+
ํ์ต์ ์ฌ์ฉ๋ ๋ฐ์ดํฐ ๋ฐ ๋ฒ์ญ ๋ฐ์ดํฐ๋ ๊ธ๋ก๋ฒ ์๋ฒ์ ์ผ๋ณธ์ด ํด๋ผ์ด์ธํธ์์๋ง ์ทจ๋ํ์์ผ๋ฉฐ, ํ๊ตญ ์๋น์ค์์ ์ ๊ณต๋๋ ๋ฒ์ญ ๋ฐ์ดํฐ๋ฅผ ์ผ์ ์ฌ์ฉํ์ง ์์๊ธฐ ๋๋ฌธ์ ์ฉ์ด์ ๋ฒ์ญ ๊ฒฐ๊ณผ๊ฐ ๋๋ถ๋ถ ์ง์ญ์ ํํ๋ก ์ ๊ณต๋ฉ๋๋ค.
|
33 |
""")
|
34 |
gr.Examples(
|
35 |
[["ใฎใซใฌใกใใทใฅ่จไผๆฆใซ่กใฃใฆใใพใใไธ็ทใซ่กใใพใใใใ๏ผ"],
|