I’ve been experimenting with Transformers and ran into a small issue when trying to fine-tune a model for text classification. Everything works fine locally, but when I deploy it on my wordpress-based site “pocket champs mod“ built with Kadence theme some scripts are being blocked in certain browsers which breaks the model’s interactive demo.
1 Like
There may be multiple causes…
I faced a very similar issue while working on a client’s WordPress site “ropeherroapk.com”. The main problem turned out to be script handling and security restrictions from the theme and a couple of plugins. After testing plugin conflicts and adjusting the embed settings, it started working fine
1 Like