Amogh-kal1's picture
Upload folder using huggingface_hub
db75f77 verified
export default function(a, b) {
var d = new Date;
return a = +a, b = +b, function(t) {
return d.setTime(a * (1 - t) + b * t), d;
};
}