BlinkDL commited on
Commit
758d8b0
·
1 Parent(s): 9a0b82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ g = gr.Interface(
113
  label="Output",
114
  )
115
  ],
116
- title=f"🐦Raven {title}",
117
- description="Raven is [RWKV 7B](https://github.com/BlinkDL/ChatRWKV) finetuned to follow instructions. *** Please try examples first (bottom of page) *** (edit them to use your question). Demo limited to ctxlen 1024. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and more.",
118
  examples=examples,
119
  cache_examples=False,
120
  )
 
113
  label="Output",
114
  )
115
  ],
116
+ title=f"🐦Raven - {title}",
117
+ description="Raven is [RWKV 7B](https://github.com/BlinkDL/ChatRWKV) finetuned to follow instructions. *** Please try examples first (bottom of page) *** (edit them to use your question). Demo limited to ctxlen 1024. It is finetuned on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and more.",
118
  examples=examples,
119
  cache_examples=False,
120
  )