Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lerobot
/
robot-learning-tutorial
like
385
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
8e480d5
robot-learning-tutorial
/
app
/
src
/
env.d.ts
thibaud frere
update
941cf22
8 months ago
raw
Copy download link
history
blame
146 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
declare
module
'astro:assets'
{
export
const
Image
:
any
;
}