Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
282
Running
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
df83860
ai-tube
/
src
/
app
/
page.tsx
jbilcke-hf
HF staff
working on the route system
df83860
about 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
{
Main
}
from
"./main"
export
default
function
Page
(
) {
return
(
<
Main
/>
)
}