Spaces:
Running
Running
Commit
·
ffb88b3
1
Parent(s):
eb04823
update read
Browse files
app.py
CHANGED
|
@@ -295,7 +295,7 @@ def build_ui():
|
|
| 295 |
<h1 style="margin-bottom: 8px;">RWKV LLM Text Compressor</h1>
|
| 296 |
<p style="margin-bottom: 12px; color: #666;">
|
| 297 |
This is a proof-of-concept demo. Compression and decompression are slow,
|
| 298 |
-
and the output is not portable across different
|
| 299 |
</p>
|
| 300 |
<div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap;">
|
| 301 |
<a href="https://github.com/Jellyfish042/uncheatable_eval" target="_blank" style="text-decoration: none;">
|
|
|
|
| 295 |
<h1 style="margin-bottom: 8px;">RWKV LLM Text Compressor</h1>
|
| 296 |
<p style="margin-bottom: 12px; color: #666;">
|
| 297 |
This is a proof-of-concept demo. Compression and decompression are slow,
|
| 298 |
+
and the output is not portable across different environments.
|
| 299 |
</p>
|
| 300 |
<div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap;">
|
| 301 |
<a href="https://github.com/Jellyfish042/uncheatable_eval" target="_blank" style="text-decoration: none;">
|