catherinesyeh / attention-viz

Visualizing query-key interactions in language + vision transformers
http://attentionviz.com/
MIT License
122 stars 15 forks source link

https://attentionviz.com/ fails to load because it attempts an http pull (not https) #73

Closed djoldman closed 7 months ago

djoldman commented 7 months ago

In chrome we get this error:

xhr.js:210 Mixed Content: The page at 'https://attentionviz.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://18.219.70.154:8500/getMatrixData/vit-nat'. This request has been blocked; the content must be served over HTTPS.

catherinesyeh commented 7 months ago

Hi! Yes, sorry the system is only accessible via http (not https) right now: http://attentionviz.com/. Hopefully this fixes the error!

djoldman commented 6 months ago

http://attentionviz.com/ is redirected to https://attentionviz.com/

catherinesyeh commented 6 months ago

Hm... that's strange. I think it's working for me-- maybe try copy and pasting the url or typing it directly? Sorry for the inconvenience!