Spaces:
Runtime error
Runtime error
l1006986533
commited on
Commit
•
0abab0b
1
Parent(s):
69f64d5
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ Edward:''', 333, 1, 0.3, 0, 1],
|
|
145 |
with gr.Blocks(title=title) as demo:
|
146 |
gr.HTML(f"<div style=\"text-align: center;\">\n<h1>RWKV-5 World v2 - {title}</h1>\n</div>")
|
147 |
with gr.Tab("Raw Generation"):
|
148 |
-
gr.Markdown(f"This is
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|
151 |
prompt = gr.Textbox(lines=2, label="Prompt", value="Assistant: ")
|
|
|
145 |
with gr.Blocks(title=title) as demo:
|
146 |
gr.HTML(f"<div style=\"text-align: center;\">\n<h1>RWKV-5 World v2 - {title}</h1>\n</div>")
|
147 |
with gr.Tab("Raw Generation"):
|
148 |
+
gr.Markdown(f"This is RWKV-5 World v2 with 1.5B params - a 100% attention-free RNN [RWKV-LM](https://github.com/BlinkDL/RWKV-LM). Supports all 100+ world languages and code. And we have [200+ Github RWKV projects](https://github.com/search?o=desc&p=1&q=rwkv&s=updated&type=Repositories). *** Please try examples first (bottom of page) *** (edit them to use your question). Demo limited to ctxlen {ctx_limit}.")
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|
151 |
prompt = gr.Textbox(lines=2, label="Prompt", value="Assistant: ")
|