File size: 212 Bytes
a62d4c5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
import { loadingOnnxruntime } from './adapters/util'

loadingOnnxruntime()

ReactDOM.render(<App />, document.getElementById('root'))