Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aletrn/samgis-lisa-on-cuda
aletrn
/
samgis-lisa-on-zero
like
0
Sleeping
App
Files
Files
Community
5
refs/pr/4
samgis-lisa-on-zero
/
static
/
src
/
index.ts
alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
7 months ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
{ createApp }
from
"vue"
;
import
Lisa
from
"./AppLisa.vue"
;
const
lisa =
createApp
(
Lisa
);
lisa.
mount
(
"#root_index"
);