You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
from ai4bharat.transliteration import xlit_server
|
|
app, engine = xlit_server.get_app()
|
|
app.run(host='0.0.0.0', port=10000)
|