From 47d9658375fc2003a69d51c663b182c3baf8a9c6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 10:13:27 +0200 Subject: switching epochs working again --- app/client/system/system.reducer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/client/system/system.reducer.js') diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js index a0cfb8c..b1a12c0 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -10,7 +10,7 @@ const systemInitialState = { name: 'loading', }, app: { - tool: 'samplernn', + tool: 'pix2pix', }, server: { connected: false, @@ -43,7 +43,7 @@ const systemInitialState = { stderr: "", } -const modules = ['samplernn','pix2pix','pix2wav'].reduce((a,b) => (a[b]=b,a),{}) +const modules = ['pix2pix','samplernn','pix2wav'].reduce((a,b) => (a[b]=b,a),{}) const systemReducer = (state = systemInitialState, action) => { let processor = null -- cgit v1.2.3-70-g09d2