diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:16:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 21:16:57 +0200 |
| commit | cc36bb1ad49dc054b32f20a97386a938a529fe0e (patch) | |
| tree | f3f486f8376f7dc52e785f39127d443b6d6d8499 /app/client/modules/index.js | |
| parent | 8048cfc3981f79f2b65b23c124581aa51ef3768b (diff) | |
pix2pixhd modules
Diffstat (limited to 'app/client/modules/index.js')
| -rw-r--r-- | app/client/modules/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/modules/index.js b/app/client/modules/index.js index 30685f2..6cc6cd4 100644 --- a/app/client/modules/index.js +++ b/app/client/modules/index.js @@ -1,7 +1,8 @@ import pix2pix from './pix2pix' +import pix2pixhd from './pix2pixhd' import pix2wav from './pix2wav' import samplernn from './samplernn' export default { - pix2pix, pix2wav, samplernn + pix2pix, pix2pixhd, pix2wav, samplernn } |
