replicate / zoo

🦓 Zoo — Image Playground
https://zoo.replicate.dev
Apache License 2.0
321 stars 108 forks source link

Fix flickering link image #2

Closed mattt closed 1 year ago

mattt commented 1 year ago

I noticed that the links to Replicate and OpenAI flicker when updating predictions as they load. This seems to be caused by their key being randomly generated.

https://github.com/replicate/zoo/assets/7659/b2df635f-4b01-479e-99de-414a0e3ea42c

This PR sets that to a value that should stay consistent and prevent re-rendering.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cat ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2023 4:21pm
mattt commented 1 year ago

(That screencast was taken on the Vercel deployment of #1)