Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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
|
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 |
)
|