Spaces:
Sleeping
Sleeping
Update description
Browse files
app.py
CHANGED
@@ -193,10 +193,7 @@ async def greeklish_to_greek(
|
|
193 |
),
|
194 |
):
|
195 |
"""
|
196 |
-
|
197 |
-
|
198 |
-
This endpoint takes Greeklish text (Greek written with Latin characters) as input and returns the
|
199 |
-
transliterated Greek text.
|
200 |
"""
|
201 |
try:
|
202 |
greek_text = " ".join(
|
|
|
193 |
),
|
194 |
):
|
195 |
"""
|
196 |
+
The G2G (Greeklish-to-Greek) endpoint takes Greeklish text (Greek written with Latin characters) as input and transliterates it to Greek text.
|
|
|
|
|
|
|
197 |
"""
|
198 |
try:
|
199 |
greek_text = " ".join(
|