diff --git a/src/actions/index.js b/src/actions/index.js index e4501e0..50f6fa0 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -100,7 +100,7 @@ export const downloadModel = () => async (dispatch, getState) => { dispatch({ type: 'SET_PROGRESS', - payload: _.round(p) + payload: _.round(p*100) }); } }