import { Button } from "@/components/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { useState } from "react" export function About() { const [isOpen, setOpen] = useState(false) return ( Hotshot-XL Text-to-GIF Hotshot-XL Text-to-GIF

This app is currently in development, and allows you to generate a GIF using text (and soon a LoRA)

👉 It uses an API that you can fork from here. This API is based on the amazing work made by @fffiloni for his super cool Hotshot-XL Space.

👉 The model is Hotshot-XL made by the awesome hotshot.co team.

) }