clapper / src /lib /hf /cloneSpace.ts
jbilcke-hf's picture
jbilcke-hf HF staff
add linter and prettifier
c1f12bf
raw
history blame
No virus
170 Bytes
import { listSpaces, Credentials, whoAmI, SpaceSdk } from '@huggingface/hub'
export async function cloneSpace({
id,
apiKey,
}: {
id: string
apiKey: string
}) {}