Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
metadata
title: Transformer Autocomplete
emoji: π
colorFrom: green
colorTo: gray
sdk: docker
app_port: 8080
pinned: false
transformer-autocomplete
Autocompletion based on GPT-2
How to compile the front (to test the front with any server)
- Update the API endpoint in
front/js-src/Api.ts
- compile the TS to pure JS with
cd front; tsc
or through vscode (you can launch it in watch mode if needed) - pack the js into a single file (we use rollup) with
npm run watch