CoolFace
Apppublic

TrinetraLabs/Placebo_AI

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
polyfill.js5 linesDownload Raw Back to lie
1'use strict';2if (typeof global.Promise !== 'function') {3  global.Promise = require('./lib');4}5