Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
279
Running
on
CPU Upgrade
App
Files
Files
Community
9
e3cc490
ai-tube
/
src
/
app
/
account
/
page.tsx
jbilcke-hf
HF staff
wip
b965e2b
11 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
{
Main
}
from
"../main"
export
default
async
function
AccountPage
(
) {
return
(
<
Main
/>
)
}