Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def gradio_interface():
|
|
65 |
gr.Markdown(
|
66 |
"""
|
67 |
# Wikipedia Article Question Answering with kvpress
|
68 |
-
This demo
|
69 |
Under the hood, [kvpress](https://github.com/NVIDIA/kvpress) *compresses the key-value (KV) cache* associated with the article, helping reduce memory usage and accelerate decoding.
|
70 |
**How to use:**
|
71 |
1. Enter a Wikipedia article URL
|
|
|
65 |
gr.Markdown(
|
66 |
"""
|
67 |
# Wikipedia Article Question Answering with kvpress
|
68 |
+
This demo answers questions about any given Wikipedia article.
|
69 |
Under the hood, [kvpress](https://github.com/NVIDIA/kvpress) *compresses the key-value (KV) cache* associated with the article, helping reduce memory usage and accelerate decoding.
|
70 |
**How to use:**
|
71 |
1. Enter a Wikipedia article URL
|