yeeyou
yeeyou
@abdullahbektass Thank you, It really works. I've create a PR, so it will be easier for other to use if merged.
This works for me. !source activate myenv && python -m spacy download en_core_web_sm And you should add " !source activate myenv && " to every command you're going to call
same here
I finally got through, using the method that #17 mentioned. Here is how ```from PIL import Image import base64 import io import requests address = 'http://127.0.0.1:7860' image_file = "path/to/local/image/file" im...