Hugging Face
Models
Datasets
Spaces
Posts
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...
289f294
RealtimeSDWebRTC
/
frontend
/
app
/
page.js
Jon Taylor
test deps
289f294
over 1 year ago
raw
Copy download link
history
blame
Safe
105 Bytes
"use client"
;
import
App
from
"./components/App"
;
export
default
function
Home
(
) {
return
<
App
/>
;
}