Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 587 Bytes
b724e18 3d11f9d b724e18 6cc7c15 b724e18 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import { Button } from "@/components/ui/button"
export function AIClipFactory() {
return (
<Button
variant="outline"
className="bg-yellow-300"
onClick={() => {
window.open("https://huggingface.co/spaces/jbilcke-hf/ai-clip-factory?postId=f63df23d-de2f-4dee-961c-a56f160dd159&prompt=pikachu%2C+working+on+a+computer%2C+office%2C+serious%2C+typing%2C+keyboard&model=TheLastBen%2FPikachu_SDXL", "_blank")
}}>
<span className="hidden md:inline">Try the clip factory!</span>
<span className="inline md:hidden">Clips</span>
</Button>
)
} |