import { Dialog, DialogContent } from "@/components/ui/dialog" import { Login } from "./login" export function AuthWall({ show }: { show: boolean }) { return (

The AI Stories Factory is an app to generate consistent video stories.

By default it uses Hugging Face for story and image generation,
our service is free of charge but we would like you to sign-in 👇

) }