Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Clare-AI/xsrlcxddsz
claudqunwang
/
ClareVoice
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ClareVoice
/
web
/
src
/
components
/
ui
/
utils.ts
claudqunwang
Switch to React product UI: server.py, web/, Dockerfile, FastAPI deps (PNG as normal blobs)
02cf9c7
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
169 Bytes
import
{ clsx,
type
ClassValue
}
from
"clsx"
;
import
{ twMerge }
from
"tailwind-merge"
;
export
function
cn
(
...inputs: ClassValue[]
) {
return
twMerge
(
clsx
(inputs));
}