mrjuan
mrjuan
Is there a PR for this yet?
Any news on this? I also get the image @nitanmarcel posted above...
Got it to work. In `main.js` around line 700 (the `startup` function), add the following at the start of the function: ```javascript electron.session.defaultSession.webRequest.onBeforeSendHeaders((details, callback) => { details.requestHeaders["User-Agent"] = "Chrome"; callback({...
Any plans to eventually merge this?
I had the same issue before and was able to solve it. I'll see if I can submit a PR a little later for this
Don't mean to mindlessly bump this, but `export_onnx.py` doesn't work at all anymore.