Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ theme = gr.themes.Soft(
|
|
116 |
with gr.Blocks(theme=theme, css=".red-text { color: red; }") as demo:
|
117 |
gr.Markdown("# Rank1: Test Time Compute in Reranking")
|
118 |
gr.HTML('NOTE: for demo purposes this is a <span style="color: red;">quantized</span> model limited to a <span style="color: red;">1024</span> context length. HF spaces cannot use vLLM so this is <span style="color: red;">significantly slower</span>')
|
119 |
-
gr.HTML('π Paper Link: https://arxiv.org/abs/2502.18418')
|
120 |
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
|
|
116 |
with gr.Blocks(theme=theme, css=".red-text { color: red; }") as demo:
|
117 |
gr.Markdown("# Rank1: Test Time Compute in Reranking")
|
118 |
gr.HTML('NOTE: for demo purposes this is a <span style="color: red;">quantized</span> model limited to a <span style="color: red;">1024</span> context length. HF spaces cannot use vLLM so this is <span style="color: red;">significantly slower</span>')
|
119 |
+
gr.HTML('π Paper Link: <a href="https://arxiv.org/abs/2502.18418" target="_blank">https://arxiv.org/abs/2502.18418</a>')
|
120 |
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|