Spaces:
Running
Running
Commit ·
fe6dd8c
1
Parent(s): 8c3b86a
Retheme demo emojis
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Open Provence Demo
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
|
|
|
| 1 |
---
|
| 2 |
title: Open Provence Demo
|
| 3 |
+
emoji: ✂️
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
app.py
CHANGED
|
@@ -253,7 +253,7 @@ def build_interface() -> gr.Blocks:
|
|
| 253 |
with gr.Blocks(title="OpenProvence Context Pruner & Reranker Demo") as demo:
|
| 254 |
gr.Markdown(
|
| 255 |
"""
|
| 256 |
-
## Open Provence Context Pruner & Reranker
|
| 257 |
|
| 258 |
This demo showcases the
|
| 259 |
[OpenProvence](https://github.com/hotchpotch/open_provence)
|
|
@@ -270,7 +270,7 @@ def build_interface() -> gr.Blocks:
|
|
| 270 |
and the weights are released under the MIT License.
|
| 271 |
|
| 272 |
### Demo Highlights 🚀
|
| 273 |
-
- [30M-parameter compact model][hf-model] handles both English and Japanese on CPU --
|
| 274 |
lightning-fast on GPU.
|
| 275 |
- ⚙️ Additional model families are available.
|
| 276 |
Swap the model ID to try a different checkpoint.
|
|
|
|
| 253 |
with gr.Blocks(title="OpenProvence Context Pruner & Reranker Demo") as demo:
|
| 254 |
gr.Markdown(
|
| 255 |
"""
|
| 256 |
+
## ✂️ Open Provence Context Pruner & Reranker
|
| 257 |
|
| 258 |
This demo showcases the
|
| 259 |
[OpenProvence](https://github.com/hotchpotch/open_provence)
|
|
|
|
| 270 |
and the weights are released under the MIT License.
|
| 271 |
|
| 272 |
### Demo Highlights 🚀
|
| 273 |
+
- ⚡️ [30M-parameter compact model][hf-model] handles both English and Japanese on CPU --
|
| 274 |
lightning-fast on GPU.
|
| 275 |
- ⚙️ Additional model families are available.
|
| 276 |
Swap the model ID to try a different checkpoint.
|