Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
112 Bytes
export const getUserFromUrl = (state, userUrl) => (
state.entities.users[state.entities.userUrls[userUrl]]
);