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
/
samgis.ts
alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
7 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
{ createApp }
from
"vue"
;
import
AppMain
from
"./AppSamgis.vue"
;
const
main =
createApp
(
AppMain
);
main.
mount
(
"#root_samgis"
);