File size: 479 Bytes
eacb54f
 
 
 
 
5c93d70
eacb54f
 
5c93d70
eacb54f
 
 
 
5c93d70
 
 
 
 
fa34d81
5c93d70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Clip Embedding
emoji: 💻
colorFrom: pink
colorTo: gray
sdk: docker
app_file: app.py
pinned: false
app_port: 7860
license: mit
---

Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference


```
docker build . -t clip_embeddings
docker run -v ./cache_dir:/app/cache -p 7860:7860 clip_embeddings
docker run -it -p 7860:7860 --platform=linux/amd64 -v ./cache_dir:/app/cache registry.hf.space/nitinsurya-clip-embedding:latest
```