Update README.md
Browse files
README.md
CHANGED
|
@@ -90,9 +90,9 @@ print(results["image_embeddings"])
|
|
| 90 |
results = classifier.encode(texts=labels)
|
| 91 |
print(results["text_embeddings"])
|
| 92 |
```
|
| 93 |
-
###
|
| 94 |
```bash
|
| 95 |
-
uv run
|
| 96 |
```
|
| 97 |
Go to localhost:8000/docs to see the swagger.
|
| 98 |
|
|
|
|
| 90 |
results = classifier.encode(texts=labels)
|
| 91 |
print(results["text_embeddings"])
|
| 92 |
```
|
| 93 |
+
### FastAPI server
|
| 94 |
```bash
|
| 95 |
+
uv run fastapi_app.py
|
| 96 |
```
|
| 97 |
Go to localhost:8000/docs to see the swagger.
|
| 98 |
|