Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
265 Bytes
import { bootstrapApplication } from '@angular/platform-browser'
import { appConfig } from './app/app.config'
import { BasicExampleComponent } from './app/app.component'
bootstrapApplication(BasicExampleComponent, appConfig).catch((err) =>
console.error(err),
)