FredZhang7 commited on
Commit
523de82
·
1 Parent(s): 4d014d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def alternative(chatbot, history):
110
  with gr.Blocks(title=title) as demo:
111
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>🌍World - {title}</h1>\n</div>")
112
  with gr.Tab("Instruct mode"):
113
- gr.Markdown(f"100% RNN RWKV-LM **trained on 100+ world languages**. Demo limited to ctxlen {ctx_limit}. Finetuned on alpaca, gpt4all, codealpaca and more. For best results, ** keep you prompt short and clear **.</b>.") # <b>UPDATE: now with Chat (see above, as a tab) ==> turn off as of now due to VRAM leak caused by buggy code.
114
  with gr.Row():
115
  with gr.Column():
116
  instruction = gr.Textbox(lines=2, label="Instruction", value='東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。')
 
110
  with gr.Blocks(title=title) as demo:
111
  gr.HTML(f"<div style=\"text-align: center;\">\n<h1>🌍World - {title}</h1>\n</div>")
112
  with gr.Tab("Instruct mode"):
113
+ gr.Markdown(f"100% RNN RWKV-LM **trained on 100+ world languages**. Demo limited to ctxlen {ctx_limit}. Finetuned on alpaca, gpt4all, codealpaca and more. For best results, ** keep you prompt short and clear **.\n\nIf the generation gets stuck in the preprocessing stage after 10-20 seconds, there's a [connectivity issue with HuggingFace](https://discuss.huggingface.co/t/space-just-stopped-working-connectionerror/62935/13). Restarting the space will most likely result in the same runtime error.")
114
  with gr.Row():
115
  with gr.Column():
116
  instruction = gr.Textbox(lines=2, label="Instruction", value='東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。')