Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bread-F
/
Intelligent-Medical-Guidance-Large-Model
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
77b0e0f
Intelligent-Medical-Guidance-Large-Model
/
frontend
/
src
/
App.vue
FAYO
model
77b0e0f
24 days ago
raw
Copy download link
history
blame
Safe
172 Bytes
<
script
setup
lang
=
"ts"
>
import
{ RouterView }
from
'vue-router'
</
script
>
<
template
>
<
div
>
<
router-view
/>
</
div
>
</
template
>
<
style
lang
=
"scss"
scoped
>
</
style
>