You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the anuvaad package using pip and it is taking too long for translating the sentences. Is there any solution for this, like how can we optimize the inference time?
from anuvaad import Anuvaad anu = Anuvaad("english-kannada") input_text = 'Welcome back home' output = anu.anuvaad(input_text)
The text was updated successfully, but these errors were encountered:
Hey,
I have installed the anuvaad package using pip and it is taking too long for translating the sentences. Is there any solution for this, like how can we optimize the inference time?
from anuvaad import Anuvaad
anu = Anuvaad("english-kannada")
input_text = 'Welcome back home'
output = anu.anuvaad(input_text)
The text was updated successfully, but these errors were encountered: