alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
| import { createApp } from "vue"; | |
| import Lisa from "./AppLisa.vue"; | |
| const lisa = createApp(Lisa); | |
| lisa.mount("#root2"); | |