toto10's picture
Upload folder using huggingface_hub (#4)
ea35075
raw
history blame
No virus
296 Bytes
import handFBXFileUrl from '../models/hand.fbx?url'
import footFBXFileUrl from '../models/foot.fbx?url'
import posesLibraryUrl from './poses/data.bin?url'
export default {
'models/hand.fbx': handFBXFileUrl,
'models/foot.fbx': footFBXFileUrl,
'src/poses/data.bin': posesLibraryUrl,
}