diff options
Diffstat (limited to 'app/client/dashboard/dashboard.reducer.js')
| -rw-r--r-- | app/client/dashboard/dashboard.reducer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboard.reducer.js b/app/client/dashboard/dashboard.reducer.js index b3ee05e..72aece6 100644 --- a/app/client/dashboard/dashboard.reducer.js +++ b/app/client/dashboard/dashboard.reducer.js @@ -23,7 +23,6 @@ const dashboardInitialState = { }, ], files: [ - { id: 2, module: 'samplernn', checkpoint: 'jwcglassbeat', dataset: 'jwcglassbeat', epoch: 18, duration: 30, batch_size: 5, filename: 'jwcglassbeat-ep18.mp3', size: 3 * 1024 * 1024, date: Date.now(), opt: "{}", } ] } |
