Phan Trần Khanh
Phan Trần Khanh
Hi @msharara1998 , Could you confirm that `apiBase` is set to `http://192.168.120.243:9000` in both `models` and `tabAutocompleteModel`? Also, note that the correct model name string in Ollama appears to be...
Hi @shan-zhong , When you run `gradio_demo.py` for the first time, it will automatically download EasyOCR to `~/.EasyOCR/` and PaddleOCR to `~/.paddleocr/`.
Hi @soulliff , Please check whether you're using the same virtual environment for installing requirements and running gradio_demo.py. You can verify this using commands like `which pip`/`pip list`
Hi @NADOOITChristophBa , In my opinion, if OmniParser can be delivered without being tightly coupled to `icon_detect` (which is based on YOLO), then it shouldn't be subject to AGPL. In...