Taha Rushain

Results 3 comments of Taha Rushain

@zer0blockchain can you please make this commit to the main repo? Doing a monkey patch is messy and I am trying not to clutter my code a lot

What worked for me on a ubuntu container was to install chrome, I had installed chromium before which is a requirement for PIL but that didn't solve the problem, having...

I am getting the same error ``` (venv) C:\Users\taha.rushain\NMT-Chatbot>python temp.py Traceback (most recent call last): File "temp.py", line 3, in print(inference("Hello!")) File "C:\Users\taha.rushain\NMT-Chatbot\inference.py", line 196, in inference answers_list = process_questions(questions)...