soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
108 Bytes
import { createApp } from 'vue'
import IframeApp from './IframeApp.vue'
createApp(IframeApp).mount('#app')