statnlp commited on
Commit
83b83d4
·
1 Parent(s): db7622e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -110,7 +110,8 @@ def user(user_message, history):
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# LiteChat by StatNLP")
113
- #gr.HTML("<a href='https://huggingface.co/PY007/SLM-Alpaca-Finetuned-Preview'><code>PY007/SLM-Alpaca-Finetuned-Preview</a>")
 
114
 
115
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
116
  state = gr.State([])
 
110
 
111
  with gr.Blocks() as demo:
112
  gr.Markdown("# LiteChat by StatNLP")
113
+ gr.Markdown("The model is currently running on free-tier CPU, which has limited speed.")
114
+ gr.Markdown("Paper and code will be released soon.")
115
 
116
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
117
  state = gr.State([])