Fixed loading bar bug
This commit is contained in:
parent
637ec60544
commit
15aae4ccf5
|
|
@ -100,7 +100,7 @@ export const downloadModel = () => async (dispatch, getState) => {
|
|||
|
||||
dispatch({
|
||||
type: 'SET_PROGRESS',
|
||||
payload: _.round(p)
|
||||
payload: _.round(p*100)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue