picocreator commited on
Commit
cc76ff6
1 Parent(s): 27f8eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ examples = [
100
  with gr.Blocks(title=title) as demo:
101
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>RWKV-5 World v2 - {title}</h1>\n</div>")
102
  with gr.Tab("Raw Generation"):
103
- gr.Markdown(f"This is [Eagle 7B](https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers) - based on the RWKV architecture 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}.")
104
  with gr.Row():
105
  with gr.Column():
106
  prompt = gr.Textbox(lines=2, label="Prompt", value="### Assistant: Sure! Here is a very detailed plan to create flying pigs:")
 
100
  with gr.Blocks(title=title) as demo:
101
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>RWKV-5 World v2 - {title}</h1>\n</div>")
102
  with gr.Tab("Raw Generation"):
103
+ gr.Markdown(f"This is [Eagle 7B](https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers) - based on the RWKV architecture a 100% attention-free RNN [RWKV-LM](https://wiki.rwkv.com). 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}.")
104
  with gr.Row():
105
  with gr.Column():
106
  prompt = gr.Textbox(lines=2, label="Prompt", value="### Assistant: Sure! Here is a very detailed plan to create flying pigs:")