MartinPicc

Results 4 comments of MartinPicc

As an alternative, you can also load png as base64 string into the HTML itself. Example: ``` # replace src path with base64 encoded string png_paths = re.findall('src="(\S+?.png)"', html) for...

Here is a budibase plugin to define a time interval and execute a set of actions every x seconds (including refreshing data provider): https://github.com/MartinPicc/budibase-interval-plugin Disclaimer: I'm the author of this...

It is working for me with version 4.24.0, the next version however raises this error. I believe it comes from this specific PR on transformers library merged in 4.25.1 https://github.com/huggingface/transformers/pull/20321...

It is apparently a bug on transformers side, and it should be fixed in next release with this PR: https://github.com/huggingface/transformers/pull/21542 If you need a solution right now, you can also...