Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-clip-factory
like
174
Paused
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
main
ai-clip-factory
/
src
/
app
/
auth
/
page.tsx
jbilcke-hf
HF Staff
clean-up and preparation work for oauth (maybe)
62c3e75
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
"use client"
export
default
function
Page
(
) {
// read query string here
return
(
<
div
>
OK
</
div
>
)
}