inpaint-web / src /index.tsx
zhou20120904's picture
Upload 48 files
a62d4c5 verified
raw
history blame contribute delete
212 Bytes
import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
import { loadingOnnxruntime } from './adapters/util'
loadingOnnxruntime()
ReactDOM.render(<App />, document.getElementById('root'))