Fixed loading bar bug

This commit is contained in:
Camerin Figueroa 2022-01-29 19:20:04 -05:00
parent 637ec60544
commit 15aae4ccf5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const downloadModel = () => async (dispatch, getState) => {
dispatch({
type: 'SET_PROGRESS',
payload: _.round(p)
payload: _.round(p*100)
});
}
}