Spaces:
Running
Running
chore: styling app
Browse files
lightweight_embeddings/__init__.py
CHANGED
@@ -61,7 +61,7 @@ EMBEDDINGS_API_URL = "http://localhost:7860/v1/embeddings"
|
|
61 |
|
62 |
# Markdown description for the main interface
|
63 |
APP_DESCRIPTION = f"""
|
64 |
-
|
65 |
|
66 |
The **Lightweight Embeddings API** is a fast, free, and multilingual service designed for generating embeddings and reranking with support for both **text** and **image** inputs. Get started below by exploring our interactive playground or using the cURL examples provided.
|
67 |
|
|
|
61 |
|
62 |
# Markdown description for the main interface
|
63 |
APP_DESCRIPTION = f"""
|
64 |
+
# π **Lightweight Embeddings API**
|
65 |
|
66 |
The **Lightweight Embeddings API** is a fast, free, and multilingual service designed for generating embeddings and reranking with support for both **text** and **image** inputs. Get started below by exploring our interactive playground or using the cURL examples provided.
|
67 |
|