Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { memoize } from 'lodash';
export default memoize( function ( src ) {
// This is a non-standard use of the Lodash memoize helper, used here to
// prevent multiple preloads for the same image.
new window.Image().src = src;
} );