Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cad9679
RealtimeSDWebRTC
/
frontend
/
app
/
page.js
Jon Taylor
test deps
cad9679
over 1 year ago
raw
Copy download link
history
blame
Safe
104 Bytes
"use client"
;
import
App
from
"./components/App"
;
export
default
function
Home
(
) {
return
<
App
/>
;
}