Hugging Face
Models
Datasets
Spaces
Buckets
new
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
/
main.tsx
claudqunwang
Switch to React product UI: server.py, web/, Dockerfile, FastAPI deps (PNG as normal blobs)
02cf9c7
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
import
{ createRoot }
from
"react-dom/client"
;
import
App
from
"./App.tsx"
;
import
"./index.css"
;
createRoot
(
document
.
getElementById
(
"root"
)!).
render
(
<
App
/>
);