jbilcke-hf HF staff commited on
Commit
3d11f9d
1 Parent(s): b724e18

add a more engaging example

Browse files
src/app/interface/ai-clip-factory/index.tsx CHANGED
@@ -6,7 +6,7 @@ export function AIClipFactory() {
6
  variant="outline"
7
  className="bg-yellow-300"
8
  onClick={() => {
9
- window.open("https://huggingface.co/spaces/jbilcke-hf/ai-clip-factory", "_blank")
10
  }}>
11
  <span className="hidden md:inline">Try the clip factory!</span>
12
  <span className="inline md:hidden">AI Clips</span>
 
6
  variant="outline"
7
  className="bg-yellow-300"
8
  onClick={() => {
9
+ 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")
10
  }}>
11
  <span className="hidden md:inline">Try the clip factory!</span>
12
  <span className="inline md:hidden">AI Clips</span>