vqa-backend / ui /index.js
Deva8's picture
Deploy VQA Space with model downloader
bb8f662
raw
history blame contribute delete
98 Bytes
import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);