Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
transformers-community
/
Transformers-tenets
like
62
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
7713755
Transformers-tenets
/
app
/
src
/
env.d.ts
Molbap
HF Staff
migrate template
b565d01
about 1 month ago
raw
Copy download link
history
blame
179 Bytes
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="vite/client" />
interface
ImportMeta
{
readonly
env
:
ImportMetaEnv
;
}