Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// @flow
import type { TitlebarPayloadProps } from 'src/views/globalTitlebar';
export const setTitlebarProps = (payload: TitlebarPayloadProps) => {
return {
type: 'SET_TITLEBAR_PROPS',
payload,
};
};