Spaces:
Build error
Build error
Commit ·
92fcbd4
1
Parent(s): ab1c0b0
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ iface = gr.Interface(
|
|
| 194 |
fn=infer,
|
| 195 |
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
| 196 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
| 197 |
-
<p>Thanks to
|
| 198 |
allow_flagging="never",
|
| 199 |
inputs=[
|
| 200 |
gr.Textbox(lines=20, label="Prompt"), # prompt
|
|
@@ -213,7 +213,7 @@ chatiface = gr.Interface(
|
|
| 213 |
fn=chat,
|
| 214 |
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
| 215 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
| 216 |
-
<p>Thanks to https://huggingface.co/spaces/yahma/rwkv for the basis for this space''',
|
| 217 |
allow_flagging="never",
|
| 218 |
inputs=[
|
| 219 |
gr.Textbox(lines=5, label="Message"), # prompt
|
|
|
|
| 194 |
fn=infer,
|
| 195 |
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
| 196 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
| 197 |
+
<p>Thanks to https://huggingface.co/spaces/yahma/rwkv for the basis for this space</p>''',
|
| 198 |
allow_flagging="never",
|
| 199 |
inputs=[
|
| 200 |
gr.Textbox(lines=20, label="Prompt"), # prompt
|
|
|
|
| 213 |
fn=chat,
|
| 214 |
description='''<p>RNN With Transformer-level LLM Performance. (<a href='https://github.com/BlinkDL/RWKV-LM'>github</a>)
|
| 215 |
According to the author: "It combines the best of RNN and transformers - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding"
|
| 216 |
+
<p>Thanks to https://huggingface.co/spaces/yahma/rwkv for the basis for this space</p>''',
|
| 217 |
allow_flagging="never",
|
| 218 |
inputs=[
|
| 219 |
gr.Textbox(lines=5, label="Message"), # prompt
|