Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlyxTeam
/
code_embedding_test
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4f762bd
code_embedding_test
/
app.py
AlyxTeam
feat: public url
4f762bd
7 months ago
raw
Copy download link
history
blame
93 Bytes
import
gradio
as
gr
gr.load(
"models/jinaai/jina-embeddings-v2-base-code"
).launch(share=
True
)