Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// This file is generated by Slice Machine. Update with care!
import Image from "./Image";
import Text from "./Text";
export { Image, Text };
export const components = {
image: Image,
text: Text,
};