summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/relay/modules/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/relay/modules/index.js b/app/relay/modules/index.js
index 318c0df..abae1dd 100644
--- a/app/relay/modules/index.js
+++ b/app/relay/modules/index.js
@@ -1,5 +1,5 @@
import pix2pix from './pix2pix'
-// import pix2pixhd from './pix2pixhd'
+import pix2pixhd from './pix2pixhd'
import samplernn from './samplernn'
import test from './test'
// torch-warp?
@@ -8,7 +8,7 @@ import test from './test'
export default {
pix2pix,
pix2wav: pix2pix,
- // pix2pixhd,
+ pix2pixhd,
samplernn,
test,
} \ No newline at end of file