4 lines
122 B
Python
4 lines
122 B
Python
from ai4bharat.transliteration import xlit_server
|
|
app, engine = xlit_server.get_app()
|
|
app.run(host='0.0.0.0', port=10000)
|