Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export const config = { amp: true }
export default () => (
<div>
{/* I show a warning since the width and height attribute is missing */}
<amp-video src="/cats.mp4" layout="responsive" />
</div>
)