Lexy

Results 3 issues of Lexy

**Code** ``` string imgModelPath = System.IO.Path.Combine(assemblyDirectory, "models\\img\\" + "saved_model.pb"); // Load Image AI await Task.Run(() => ImgAI.StartAI(imgModelPath)); ``` ``` public static async Task StartAI(string modelPath) { try { // Load...

fixing that the file IP2Location.c so that the file IP2Location.lib will be generated

``` /* * IP2Location C library is distributed under MIT license * Copyright (c) 2013-2024 IP2Location.com. support at ip2location dot com * * This library is free software; you can...