Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aletrn
/
samgis-lisa-on-cuda
like
5
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
24292ed
samgis-lisa-on-cuda
/
static
/
src
/
lisa.ts
alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
10 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
{ createApp }
from
"vue"
;
import
Lisa
from
"./AppLisa.vue"
;
const
lisa =
createApp
(
Lisa
);
lisa.
mount
(
"#root_lisa"
);