Jellyfish042 commited on
Commit
ba74cea
·
1 Parent(s): ffb88b3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def build_ui():
292
  gr.HTML(
293
  f"""
294
  <div style="text-align: center; margin-bottom: 16px;">
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.
 
292
  gr.HTML(
293
  f"""
294
  <div style="text-align: center; margin-bottom: 16px;">
295
+ <h1 style="margin-bottom: 8px;">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.