summaryrefslogtreecommitdiff
path: root/app/client/system/system.reducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/system/system.reducer.js')
-rw-r--r--app/client/system/system.reducer.js4
1 files changed, 2 insertions, 2 deletions
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